chore(release): fix release script

This commit is contained in:
Yuan Gong 2021-02-26 13:42:24 +08:00
parent cf8e771bbf
commit ecad2e3cbc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ echo -n "$TAG" > ./VERSION
# TODO(Bobgy): pin image tag # TODO(Bobgy): pin image tag
PREBUILT_REMOTE_IMAGE=gcr.io/ml-pipeline-test/release:latest PREBUILT_REMOTE_IMAGE=gcr.io/ml-pipeline-test/release:latest
pushd ./test/release pushd ./test/release
TAG="${TAG}" BRANCH="${BRANCH}" make release make release-in-place
popd popd
echo "Checking in the version bump changes" echo "Checking in the version bump changes"