Skip to content

Commit

Permalink
Update DEPLOY_DIR and VERSION to match installation script
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <[email protected]>
  • Loading branch information
dmcgowan committed Oct 16, 2020
1 parent e4e05c6 commit 04a3f7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions cluster/gce
9 changes: 8 additions & 1 deletion test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@ cp releases/${latest}.sha256sum ${BUILDDIR}/${tarball}.sha256

# Push test tarball to Google cloud storage.
VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always)
PUSH_VERSION=true DEPLOY_DIR='containerd' TARBALL=${tarball} VERSION=${VERSION} BUILD_DIR=${BUILDDIR} ${ROOT}/test/push.sh

if [ -z "${DEPLOY_DIR}" ]; then
DEPLOY_DIR="containerd"
else
DEPLOY_DIR="containerd/${DEPLOY_DIR}"
fi

PUSH_VERSION=true DEPLOY_DIR=${DEPLOY_DIR} TARBALL=${tarball} VERSION=${VERSION#v} BUILD_DIR=${BUILDDIR} ${ROOT}/test/push.sh

0 comments on commit 04a3f7c

Please sign in to comment.