fix typo in CI pipeline

This commit is contained in:
ted-cdw 2023-02-21 20:33:11 -05:00
parent 79c3913e28
commit f5ecf5c484

View file

@ -80,5 +80,5 @@ jobs:
# https://github.com/moby/buildkit/issues/1896
- name: Only persist the new cache layers
run: |
rm -rf ${CACHE)
rm -rf ${CACHE}
mv ${NEW_CACHE} ${CACHE}