Skip to content

Commit

Permalink
Merge pull request #152 from chrisroberts/f-cached-shasums
Browse files Browse the repository at this point in the history
Remove cached shasums files before running sign job
  • Loading branch information
chrisroberts authored Oct 10, 2019
2 parents 28a901d + 9e4e64c commit dc4552c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,8 @@ jobs:
fi
aws s3 sync "${s3_dst}" ./assets/
rm -f ./assets/stub-*
# If there are cached SHASUM files, remove them
rm -f ./assets/*SHA256SUM*
git clone https://github.com/hashicorp/vagrant vagrant
mkdir -p vagrant/pkg/dist/
mv assets/* vagrant/pkg/dist/
Expand Down

0 comments on commit dc4552c

Please sign in to comment.