Skip to content

Commit

Permalink
fix(build): starting docker daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
allardy committed Nov 13, 2018
1 parent 1c1b71c commit 9c6caf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Expand Up @@ -21,6 +21,7 @@ phases:

pre_build:
commands:
- /usr/local/bin/dockerd-entrypoint.sh
# Add our encrypted SSH key to our keychain so we can checkout the "Pro" private submodule
- echo "$GIT_PRO_SSH" > pro-ssh
- chmod 400 pro-ssh
Expand Down

0 comments on commit 9c6caf7

Please sign in to comment.