Merge pull request #15601 from gmarek/fix-jenkins

Fix to stop-kubemark script
This commit is contained in:
Marek Grabowski 2015-10-14 09:36:14 +02:00
commit 4f6ac7ec79

View File

@ -36,7 +36,7 @@ gcloud compute instances delete "${MASTER_NAME}" \
gcloud compute disks delete "${MASTER_NAME}"-pd \
--project "${PROJECT}" \
--quiet \
--zone "${ZONE}" \ || true
--zone "${ZONE}" || true
gcloud compute firewall-rules delete "${INSTANCE_PREFIX}-kubemark-master-https" \
--project "${PROJECT}" \