We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e05c6 commit 04a3f7cCopy full SHA for 04a3f7c
2 files changed
cluster/gce
@@ -0,0 +1 @@
1
+../contrib/gce
test/build.sh
@@ -48,4 +48,11 @@ cp releases/${latest}.sha256sum ${BUILDDIR}/${tarball}.sha256
48
49
# Push test tarball to Google cloud storage.
50
VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always)
51
-PUSH_VERSION=true DEPLOY_DIR='containerd' TARBALL=${tarball} VERSION=${VERSION} BUILD_DIR=${BUILDDIR} ${ROOT}/test/push.sh
+
52
+if [ -z "${DEPLOY_DIR}" ]; then
53
+ DEPLOY_DIR="containerd"
54
+else
55
+ DEPLOY_DIR="containerd/${DEPLOY_DIR}"
56
+fi
57
58
+PUSH_VERSION=true DEPLOY_DIR=${DEPLOY_DIR} TARBALL=${tarball} VERSION=${VERSION#v} BUILD_DIR=${BUILDDIR} ${ROOT}/test/push.sh
0 commit comments