We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575d0f4 commit 930e0d3Copy full SHA for 930e0d3
azure/templates/sandbox-post-deploy.yml
@@ -21,12 +21,6 @@ steps:
21
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INT_CLIENT_ID
22
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INT_CLIENT_SECRET
23
24
- - bash: |
25
- make install-python
26
- workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)
27
- displayName: Setup pytests
28
- condition: always()
29
-
30
- bash: |
31
set -ex
32
0 commit comments