fix typo in CI pipeline
This commit is contained in:
parent
79c3913e28
commit
f5ecf5c484
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flaskr-ci.yaml
vendored
2
.github/workflows/flaskr-ci.yaml
vendored
|
|
@ -80,5 +80,5 @@ jobs:
|
||||||
# https://github.com/moby/buildkit/issues/1896
|
# https://github.com/moby/buildkit/issues/1896
|
||||||
- name: Only persist the new cache layers
|
- name: Only persist the new cache layers
|
||||||
run: |
|
run: |
|
||||||
rm -rf ${CACHE)
|
rm -rf ${CACHE}
|
||||||
mv ${NEW_CACHE} ${CACHE}
|
mv ${NEW_CACHE} ${CACHE}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue