From 9b17deeb98686e5afc27b851fc8adcf552894157 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 7 Dec 2018 20:17:00 +0100 Subject: [PATCH] Reset RPI cache --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0617890a1..080762f23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -139,8 +139,8 @@ jobs: - run: name: cache command: | - echo "cache 20 $OMR_TARGET" > /tmp/cache-target - echo "cache 24 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version + echo "cache 21 $OMR_TARGET" > /tmp/cache-target + echo "cache 25 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version - restore_cache: keys: @@ -196,8 +196,8 @@ jobs: - run: name: cache command: | - echo "cache 20 $OMR_TARGET" > /tmp/cache-target - echo "cache 24 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version + echo "cache 21 $OMR_TARGET" > /tmp/cache-target + echo "cache 25 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version - restore_cache: keys: