skip building gvisor and storage provisioner on release for now

pull/9182/head
Sharif Elgamal 2020-09-03 12:11:50 -07:00
parent eeb05350f8
commit d0f17a4886
1 changed files with 2 additions and 2 deletions

View File

@ -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/"