From 07c25eb458842ad60b6f20da9ae6dfd0b03d27fd Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 24 Jul 2020 11:46:53 -0700 Subject: [PATCH] Update cloudbuild.sh --- releasing/cloudbuild.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/releasing/cloudbuild.sh b/releasing/cloudbuild.sh index 4da3a9c69..8801a1917 100755 --- a/releasing/cloudbuild.sh +++ b/releasing/cloudbuild.sh @@ -56,9 +56,8 @@ echo "###################################" cd $module skipBuild=true -if [[ ("$module" == "kustomize") || \ - ("$module" == "pluginator") ]]; then - # If releasing a main program, don't skip the build. +if [[ ("$module" == "kustomize") || ("$module" == "pluginator") ]]; then + # If releasing a main program, don't skip the build. skipBuild=false fi