Skip to content

Commit

Permalink
hotfix - setup docker in deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
izakp committed Dec 7, 2018
1 parent 8d9d016 commit 96b17fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- add_ssh_keys
- checkout
- setup_remote_docker
- run:
name: Configure
command: hokusai configure --kubectl-version 1.10.7 --s3-bucket artsy-citadel --s3-key k8s/config --platform linux
Expand All @@ -34,6 +35,7 @@ jobs:
steps:
- add_ssh_keys
- checkout
- setup_remote_docker
- run:
name: Configure
command: hokusai configure --kubectl-version 1.10.7 --s3-bucket artsy-citadel --s3-key k8s/config --platform linux
Expand Down

0 comments on commit 96b17fc

Please sign in to comment.