Skip to content

Commit 9a6b263

Browse files
authored
Merge pull request #615 from NHSDigital/add_back_in_cache_steps
add back in cache steps
2 parents d719ac7 + a23b20e commit 9a6b263

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

azure/common/apigee-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ jobs:
163163
inputs:
164164
versionSpec: "$(PY_VER)"
165165

166+
- ${{ each cache_step in parameters.cache_steps }}:
167+
- ${{ if not(startsWith(cache_step.task, 's3-cache-action@')) }}:
168+
- ${{ cache_step }}
169+
166170
- bash: |
167171
n=0
168172
until [ "$n" -ge 3 ]

0 commit comments

Comments
 (0)