We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabb771 commit cf2d6e3Copy full SHA for cf2d6e3
azure/templates/run-integration-tests.yml
@@ -9,15 +9,6 @@ steps:
9
workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/tests
10
displayName: Setup integration tests
11
12
- - template: "azure/components/get-aws-secrets-and-ssm-params.yml@common"
13
- parameters:
14
- secret_file_ids:
15
- - ptl/app-credentials/jwt_testing/non-prod/JWT_TESTING_PRIVATE_KEY
16
- - ptl/app-credentials/jwt_testing/non-prod/ID_TOKEN_TESTING_PRIVATE_KEY
17
- - ptl/app-credentials/jwt_testing/non-prod/ID_TOKEN_NHS_LOGIN_PRIVATE_KEY
18
- config_ids: []
19
- secret_ids: []
20
-
21
- bash: |
22
export RELEASE_RELEASEID=$(Build.BuildId)
23
export SOURCE_COMMIT_ID=$(Build.SourceVersion)
0 commit comments