From 51f9a843587fb136592c22e1888f099d2e643149 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 24 Jul 2020 11:54:39 -0700 Subject: [PATCH] Update cloudbuild.sh --- releasing/cloudbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing/cloudbuild.sh b/releasing/cloudbuild.sh index 8801a1917..5b7da209f 100755 --- a/releasing/cloudbuild.sh +++ b/releasing/cloudbuild.sh @@ -56,7 +56,7 @@ echo "###################################" cd $module skipBuild=true -if [[ ("$module" == "kustomize") || ("$module" == "pluginator") ]]; then +if [[ "$module" == "kustomize" || "$module" == "pluginator" ]]; then # If releasing a main program, don't skip the build. skipBuild=false fi