Samuel Attard 1 year ago
parent
commit
780d246533
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config/base.yml

+ 1 - 1
.circleci/config/base.yml

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