From 5142ed870c585d7abb852116f314a3b7e854e85f Mon Sep 17 00:00:00 2001 From: Hardy Pottinger Date: Wed, 3 Apr 2024 15:31:32 -0500 Subject: [PATCH] Reviewdog demo - please delete --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 7f238d6..42ec39d 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,6 @@ function should_skip_image() { done # echo "DEBUG: should_skip_image: Not skipping $image_name" return 1 # one = false in Bash -}