mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Set up for pseudok8s release.
This commit is contained in:
committed by
Jeffrey Regan
parent
5fe0b9e1b2
commit
87b6a4d6bc
@@ -9,6 +9,7 @@
|
||||
# module=kustomize
|
||||
# module=pluginator # pick one
|
||||
# module=api
|
||||
# module=pseudo/k8s
|
||||
#
|
||||
# ./releasing/localbuild.sh $module
|
||||
#
|
||||
@@ -40,6 +41,7 @@
|
||||
set -e
|
||||
|
||||
module=$1
|
||||
cbname=$module
|
||||
case "$module" in
|
||||
api)
|
||||
;;
|
||||
@@ -47,7 +49,8 @@ case "$module" in
|
||||
;;
|
||||
pluginator)
|
||||
;;
|
||||
pseudok8s)
|
||||
pseudo/k8s)
|
||||
cbname=pseudok8s
|
||||
;;
|
||||
*)
|
||||
echo "Don't recognize module=$module"
|
||||
@@ -56,7 +59,7 @@ case "$module" in
|
||||
esac
|
||||
|
||||
config=$(mktemp)
|
||||
cp releasing/cloudbuild_${module}.yaml $config
|
||||
cp releasing/cloudbuild_${cbname}.yaml $config
|
||||
|
||||
# Delete the cloud-builders/git step, which isn't needed
|
||||
# for a local run.
|
||||
|
||||
Reference in New Issue
Block a user