Skip to content

Commit 1275269

Browse files
committed
Hack kube version for presubmit
Change-Id: I64b88fdb6eda5151a34403db692b6444c36e2a22
1 parent d55b4d7 commit 1275269

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/kubernetes/install-kustomize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ if [ -f "kustomize" ]; then
1717
rm kustomize
1818
fi
1919
echo "installing latest version of kustomize"
20-
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
20+
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -x
2121
mv kustomize ${INSTALL_DIR}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
KUBE_GIT_COMMIT='somefakecommit'
22
KUBE_GIT_TREE_STATE='dirty'
3-
KUBE_GIT_VERSION='v888.888.888-fake-testing-master.version'
4-
KUBE_GIT_MAJOR='888'
5-
KUBE_GIT_MINOR='888+'
3+
KUBE_GIT_VERSION='v1.23.888-fake-testing-master.version'
4+
KUBE_GIT_MAJOR='1'
5+
KUBE_GIT_MINOR='23+'

0 commit comments

Comments
 (0)