Skip to content

Commit

Permalink
Clear the build cache on CI
Browse files Browse the repository at this point in the history
Force clear the cache on CI so that cache uploads do not time out.
  • Loading branch information
jtgeibel committed May 30, 2019
1 parent 8a58d50 commit 7b32468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci/cargo-clean-on-new-rustc-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

manual_stamp_file=target/ci_manual_stamp
manual_stamp=2 # Change this to force a clean build on CI
manual_stamp=3 # Change this to force a clean build on CI

if [ -f $manual_stamp_file ]; then
if echo "$manual_stamp" | cmp -s $manual_stamp_file -; then
Expand Down

0 comments on commit 7b32468

Please sign in to comment.