chore(release): fix release script
This commit is contained in:
parent
cf8e771bbf
commit
ecad2e3cbc
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue