mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Update cloudbuild.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user