We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d3ec2 commit 4e36454Copy full SHA for 4e36454
1 file changed
azure/templates/run-tests.yml
@@ -19,7 +19,7 @@ steps:
19
- ${{ if parameters.full }}:
20
# In order to run tests in prod you must supply the unique ID of an Apigee app
21
# that has authorized access to your service proxy.
22
- - bash: |
+ - bash: |
23
export PROXY_NAME="$(FULLY_QUALIFIED_SERVICE_NAME)"
24
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
25
export APIGEE_APP_ID="MY APP ID"
0 commit comments