Skip to content

Commit

Permalink
Remove cached shasums files before running sign job
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jun 27, 2019
1 parent 6b04825 commit 9e4e64c
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 @@ -567,6 +567,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 9e4e64c

Please sign in to comment.