Skip to content

Commit

Permalink
fix: switch to non-eval command
Browse files Browse the repository at this point in the history
This should fix doc builds.
  • Loading branch information
josegonzalez committed Jun 16, 2018
1 parent 988bab5 commit a6a55e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
command: |
if [[ "$CIRCLE_BRANCH" == "master" ]]; then
mv .dockerignore .dockerignore-repo
ssh-keygen -R github.com
eval $(docker run gliderlabs/pagebuilder circleci-cmd)
docker run -v /home/circleci/.ssh:/tmp/ssh -v $PWD:/work -e MASTER=$MASTER -e TAG=$TAG gliderlabs/pagebuilder deploy "build $CIRCLE_BUILD_NUM"
mv .dockerignore-repo .dockerignore
fi
- deploy:
Expand Down

0 comments on commit a6a55e9

Please sign in to comment.