Skip to content

Commit

Permalink
Fail build if cache bust fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrouse committed Sep 16, 2018
1 parent 0f8853d commit 0db30be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ deploy:
local_dir: _site

after_deploy:
- set -e; pip install --user awscli
- set -e; export PATH=$PATH:$HOME/.local/bin # put aws in the path
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin # put aws in the path
- set -e; aws cloudfront create-invalidation --distribution-id $CF_DISTRO_ID --paths /*

0 comments on commit 0db30be

Please sign in to comment.