Skip to content

Commit

Permalink
Merge pull request #624 from gliderlabs/circle-test
Browse files Browse the repository at this point in the history
hack: check circle directories
  • Loading branch information
josegonzalez authored Jun 16, 2018
2 parents b0a3568 + 2a9f7f9 commit 1601c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
name: Deploy website
command: |
if is-branch "master"; then
mv .dockerignore .dockerignore-repo
eval $(docker run gliderlabs/pagebuilder circleci-cmd)
mv .dockerignore-repo .dockerignore
fi
- deploy:
name: Deploy beta channel
Expand Down

0 comments on commit 1601c9f

Please sign in to comment.