diff --git a/.circleci/config.yml b/.circleci/config.yml index 18f652c01..a80584e13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,6 +24,12 @@ jobs: working_directory: ~/ + steps: + - run: + command: | + echo "cache 1 $OMR_TARGET" > /tmp/cache-target + echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version + steps: - restore_cache: keys: @@ -73,6 +79,12 @@ jobs: working_directory: ~/ + steps: + - run: + command: | + echo "cache 1 $OMR_TARGET" > /tmp/cache-target + echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version + steps: - restore_cache: keys: