Skip to content

Commit e6b09c2

Browse files
authored
Merge pull request #449 from NHSDigital/APM-4363-implement-ALB-sharding
disable utils caching
2 parents 9536736 + 05fc347 commit e6b09c2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

azure/templates/deploy-service.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ steps:
6969
workingDirectory: "$(SERVICE_DIR)"
7070
displayName: "Check for ECS proxy definitions"
7171
72-
- task: s3-cache-action@1
73-
inputs:
74-
key: poetry | utils | $(UTILS_DIR)/poetry.lock
75-
location: "$(UTILS_DIR)/.venv"
76-
debug: true
77-
alias: 'UtilsPreReq'
78-
displayName: cache utils pre-requisites
72+
# - task: s3-cache-action@1
73+
# inputs:
74+
# key: poetry | utils | $(UTILS_DIR)/poetry.lock
75+
# location: "$(UTILS_DIR)/.venv"
76+
# debug: true
77+
# alias: 'UtilsPreReq'
78+
# displayName: cache utils pre-requisites
7979

8080
- bash: |
8181
n=0
@@ -85,7 +85,7 @@ steps:
8585
n=$((n+1))
8686
done
8787
workingDirectory: "$(UTILS_DIR)"
88-
condition: ne(variables['CacheRestored-UtilsPreReq'], 'true')
88+
# condition: ne(variables['CacheRestored-UtilsPreReq'], 'true')
8989
displayName: "Install utils pre-requisites"
9090
9191
- bash: |

0 commit comments

Comments
 (0)