Skip to content

Commit 55621b1

Browse files
authored
Merge pull request #59 from NHSDigital/mm-apm-2006-add-real-status-endpoint
apm-2006: remove cache aliases
2 parents ef0cc87 + bf83e82 commit 55621b1

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

azure/azure-build-pipeline.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,17 @@ extends:
3434
key: 'node modules | ${{ variables.service_name }}/docker/async-slowapp/package-lock.json'
3535
location: '${{ variables.service_name }}/docker/async-slowapp/node_modules'
3636
debug: true
37-
alias: "node-async-slowapp"
38-
displayName: cache async-slowapp node modules
37+
displayName: cache async-slowapp node modules
3938
- task: s3-cache-action@1
4039
inputs:
4140
key: 'node modules | ${{ variables.service_name }}/docker/sync-wrap/package-lock.json'
4241
location: '${{ variables.service_name }}/docker/sync-wrap/node_modules'
43-
alias: "node-sync-wrap"
4442
debug: true
4543
displayName: cache sync-wrap node modules
4644
- task: s3-cache-action@1
4745
inputs:
4846
key: 'poetry | ${{ variables.service_name }}/poetry.lock'
4947
location: '${{ variables.service_name }}/.venv'
50-
alias: "py-sync-wrap"
5148
debug: true
5249
displayName: cache python dependencies
5350
test_steps:

azure/templates/e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ steps:
88
key: 'poetry | $(SERVICE_DIR)/poetry.lock'
99
location: '$(SERVICE_DIR)/.venv'
1010
debug: true
11-
alias: "py-sync-wrap"
1211
displayName: cache python dependencies
1312

1413
- bash: |

0 commit comments

Comments
 (0)