aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check_dockerfiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_dockerfiles.sh')
-rwxr-xr-xscripts/check_dockerfiles.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check_dockerfiles.sh b/scripts/check_dockerfiles.sh
index a94ccb4..95c18cb 100755
--- a/scripts/check_dockerfiles.sh
+++ b/scripts/check_dockerfiles.sh
@@ -20,6 +20,7 @@ get_build() {
# Attempt to use cached value
if [[ -v build_cache["${branch}"] ]]; then
+ printf '%s\n' "Retrieving build for ${branch} from cache." >&3
printf '%s' "${build_cache[$branch]}"
return 0
fi