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