File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,20 +6,24 @@ parameters:
66steps :
77 - bash : |
88 make install-python
9+ workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
10+ displayName: Setup pytests
911
12+ - bash : |
1013 export PROXY_NAME="$(FULLY_QUALIFIED_SERVICE_NAME)"
1114 export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
1215 export SOURCE_COMMIT_ID="$(Build.SourceVersion)"
13- workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
14- displayName: Setup pytests
1516
16- - bash : |
1717 make smoketest-prod
1818 condition: eq(${{ parameters.production }}, true)
1919 workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
2020 displayName: Run smoketest-prod
2121
2222 - bash : |
23+ export PROXY_NAME="$(FULLY_QUALIFIED_SERVICE_NAME)"
24+ export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
25+ export SOURCE_COMMIT_ID="$(Build.SourceVersion)"
26+
2327 make smoketest
2428 condition: ne(${{ parameters.production }}, true)
2529 workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
You can’t perform that action at this time.
0 commit comments