未验证 提交 0c5e9de4 编写于 作者: S Sharif Elgamal 提交者: GitHub

Merge pull request #9182 from sharifelgamal/fix-release-make

skip building gvisor and storage provisioner on release for now
......@@ -66,8 +66,8 @@ if ! [[ ${VERSION_BUILD} =~ ^[0-9]+$ ]]; then
exit 0
fi
echo "Updating Docker images ..."
make push-gvisor-addon-image push-storage-provisioner-image
#echo "Updating Docker images ..."
#make push-gvisor-addon-image push-storage-provisioner-image
echo "Updating latest bucket for ${VERSION} release ..."
gsutil cp -r "gs://${BUCKET}/releases/${TAGNAME}/*" "gs://${BUCKET}/releases/latest/"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册