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