Skip to content

Commit 575d0f4

Browse files
committed
Fix up linting issues post rebase
1 parent c6442db commit 575d0f4

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

azure/azure-release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extends:
4848
- internal_dev_sandbox
4949
- environment: ref
5050
jinja_templates:
51-
DOMAIN_ENDPOINT: https://ref.imms.dev.vds.platform.nhs.uk
51+
DOMAIN_ENDPOINT: https://ref.imms.dev.vds.platform.nhs.uk
5252
- environment: int
5353
jinja_templates:
5454
DOMAIN_ENDPOINT: https://int.imms.dev.vds.platform.nhs.uk

azure/templates/sandbox-post-deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ parameters:
44

55
steps:
66
- ${{ if parameters.is_ptl }}:
7-
- template: "azure/components/aws-assume-role.yml@common"
8-
parameters:
9-
role: "auto-ops"
10-
profile: "apm_ptl"
7+
- template: "azure/components/aws-assume-role.yml@common"
8+
parameters:
9+
role: "auto-ops"
10+
profile: "apm_ptl"
1111

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-
secret_ids:
17-
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_ID
18-
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_SECRET
19-
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_ID_INT
20-
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_SECRET_INT
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
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+
secret_ids:
17+
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_ID
18+
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_SECRET
19+
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_ID_INT
20+
- ptl/app-credentials/immunisation-fhir-api-testing-app/non-prod/INTROSPECTION_CLIENT_SECRET_INT
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
2323

2424
- bash: |
2525
make install-python
@@ -92,8 +92,8 @@ steps:
9292
displayName: Run Sandbox Test Suite
9393
9494
- task: PublishTestResults@2
95-
displayName: 'Publish test results'
95+
displayName: "Publish test results"
9696
condition: always()
9797
inputs:
98-
testResultsFiles: '$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/tests/test-report.xml'
98+
testResultsFiles: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/tests/test-report.xml"
9999
failTaskOnFailedTests: true

0 commit comments

Comments
 (0)