File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 : |
You can’t perform that action at this time.
0 commit comments