From 543501c3ac536d3bb0f2fe82a718ab9c24c645b1 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Tue, 27 Feb 2018 22:20:21 +0100 Subject: [PATCH] Update circleci config to update caches --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d15049719..cfc3fd9ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,8 +27,8 @@ jobs: - run: name: cache command: | - echo "cache 1 $OMR_TARGET" > /tmp/cache-target - echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version + echo "cache 2 $OMR_TARGET" > /tmp/cache-target + echo "cache 5 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version - restore_cache: keys: