From 8d8ae01d2dfaf0198dc3731fc3fdd4781e2a3e52 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Tue, 27 Aug 2024 10:35:55 -0700 Subject: [PATCH] script tidy --- bin/fresh_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fresh_build.sh b/bin/fresh_build.sh index 25625e8..1b7374a 100755 --- a/bin/fresh_build.sh +++ b/bin/fresh_build.sh @@ -179,7 +179,7 @@ build_image_push() { build_image $1 $2 "$3" if test_flag 'push' then - # disable docker push to main account ECR + echo 'disable docker push to main account ECR' # docker push --quiet $1 >> $LOGDOCKER 2>&1 # eval_jobstat $? "FAIL" "Docker push $1" else