Skip to content

Commit

Permalink
chore: work around bugs using cache_content_hash (#12124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Feb 19, 2025
1 parent 2e83891 commit ef79f9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci3/cache_content_hash
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ diff="$({
if [ -n "$diff" ]; then
# Fail. We shouldn't be writing files during the build.
if [ "${CI:-0}" = 1 ]; then
echo "Noticed changes to rebuild patterns: "$@", would disable cache but being strict because CI=1. Changed file names: $diff"
exit 1
echo_stderr "WARNING: Noticed changes to rebuild patterns: $diff"
fi
# Signal to cache_upload and cache_download to not touch this file.
echo "disabled-cache"
Expand Down

0 comments on commit ef79f9d

Please sign in to comment.