Update cloudbuild.sh

This commit is contained in:
Jeff Regan
2020-07-24 11:46:53 -07:00
committed by GitHub
parent ba57cdbd99
commit 07c25eb458

View File

@@ -56,9 +56,8 @@ echo "###################################"
cd $module cd $module
skipBuild=true skipBuild=true
if [[ ("$module" == "kustomize") || \ if [[ ("$module" == "kustomize") || ("$module" == "pluginator") ]]; then
("$module" == "pluginator") ]]; then # If releasing a main program, don't skip the build.
# If releasing a main program, don't skip the build.
skipBuild=false skipBuild=false
fi fi