Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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