This commit is contained in:
Samuel Attard
2023-09-14 23:49:02 -07:00
parent 780d246533
commit fff4a4aa3a

View File

@@ -1115,6 +1115,7 @@ commands:
- run:
name: << parameters.step-name >>
command: |
df -h
for cache_key in << parameters.cache_key >>; do
cache_path=/mnt/cross-instance-cache/${cache_key}.tar
echo "Using cache key: $cache_key"