1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00
This commit is contained in:
Ycarus 2018-02-23 08:22:35 +01:00
parent 7fd87d9218
commit 85937bc17c

View file

@ -26,11 +26,11 @@ jobs:
steps:
- run:
name: cache
command: |
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
steps:
- restore_cache:
keys:
- cache-{{ checksum "/tmp/cache-version" }}
@ -81,11 +81,11 @@ jobs:
steps:
- run:
name: cache
command: |
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
steps:
- restore_cache:
keys:
- cache-{{ checksum "/tmp/cache-version" }}