mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Update cloudbuild.sh
This commit is contained in:
@@ -56,7 +56,7 @@ echo "###################################"
|
|||||||
cd $module
|
cd $module
|
||||||
|
|
||||||
skipBuild=true
|
skipBuild=true
|
||||||
if [[ ("$module" == "kustomize") || ("$module" == "pluginator") ]]; then
|
if [[ "$module" == "kustomize" || "$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
|
||||||
|
|||||||
Reference in New Issue
Block a user