From a50997c98d57e7979b3b37a0c37a6070f4e0f16d Mon Sep 17 00:00:00 2001 From: Ning Date: Mon, 29 Apr 2019 13:57:36 -0700 Subject: [PATCH] remove unnecessary args (#1249) --- test/presubmit-tests-with-pipeline-deployment.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/presubmit-tests-with-pipeline-deployment.sh b/test/presubmit-tests-with-pipeline-deployment.sh index 4d7ebc9d433..1b0ecc10888 100755 --- a/test/presubmit-tests-with-pipeline-deployment.sh +++ b/test/presubmit-tests-with-pipeline-deployment.sh @@ -75,9 +75,6 @@ source "${DIR}/install-argo.sh" echo "submitting argo workflow to build docker images for commit ${PULL_PULL_SHA}..." ARGO_WORKFLOW=`argo submit ${DIR}/build_image.yaml \ -p image-build-context-gcs-uri="$remote_code_archive_uri" \ --p target-image-prefix="${GCR_IMAGE_BASE_DIR}/" \ --p test-results-gcs-dir="${TEST_RESULTS_GCS_DIR}" \ --p cluster-type="${CLUSTER_TYPE}" \ -p api-image="${GCR_IMAGE_BASE_DIR}/api" \ -p frontend-image="${GCR_IMAGE_BASE_DIR}/frontend" \ -p scheduledworkflow-image="${GCR_IMAGE_BASE_DIR}/scheduledworkflow" \