Skip to content

Commit

Permalink
fix: do not use the global dockerignore for pagebuilder
Browse files Browse the repository at this point in the history
Otherwise, the git directory is ignored.
  • Loading branch information
josegonzalez committed Jun 16, 2018
1 parent b0a3568 commit 2a9f7f9
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 2a9f7f9

Please sign in to comment.