Tentatively fix broken kubemark tests

The multi-line bash command is ill-formed.
This commit is contained in:
Antoine Pelisse 2016-07-21 20:37:23 -07:00
parent 480e8a30ef
commit ab3e4494d3

View File

@ -90,7 +90,7 @@ MASTER_IP=$(gcloud compute addresses describe "${MASTER_NAME}-ip" \
run-gcloud-compute-with-retries instances create "${MASTER_NAME}" \
${GCLOUD_COMMON_ARGS} \
--address "${MASTER_IP}"
--address "${MASTER_IP}" \
--machine-type "${MASTER_SIZE}" \
--image-project="${MASTER_IMAGE_PROJECT}" \
--image "${MASTER_IMAGE}" \