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