From faf11c8ac793f1159049622d0fbb1a428d2fbafc Mon Sep 17 00:00:00 2001 From: Miren Esnaola Date: Wed, 22 Mar 2023 10:49:19 +0100 Subject: [PATCH] Removed repeated command in script used to deploy API proxy --- .../bigquery-analytics/templates/deploy-apiproxy.sh.tpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl b/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl index 830898f9..c80abebf 100644 --- a/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl +++ b/blueprints/apigee/bigquery-analytics/templates/deploy-apiproxy.sh.tpl @@ -34,8 +34,4 @@ curl -v -X POST \ curl -v -X POST \ -H "Authorization: Bearer $TOKEN" \ -"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments" - -curl -v \ --H "Authorization: Bearer $TOKEN" \ -"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments" +"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments" \ No newline at end of file