Removed repeated command in script used to deploy API proxy

This commit is contained in:
Miren Esnaola 2023-03-22 10:49:19 +01:00
parent 60261a6352
commit faf11c8ac7
1 changed files with 1 additions and 5 deletions

View File

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