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
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