Skip to content

Commit

Permalink
Add setup_remote_docker to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenvw committed Aug 16, 2017
1 parent 5d31e98 commit 9f0246b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
deploy:
<<: *defaults
steps:
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --no-cache bash
Expand Down

0 comments on commit 9f0246b

Please sign in to comment.