1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00
This commit is contained in:
Ycarus 2018-02-23 08:17:53 +01:00
parent c561e4ae00
commit 7fd87d9218

View file

@ -24,6 +24,12 @@ jobs:
working_directory: ~/ working_directory: ~/
steps:
- run:
command: |
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
steps: steps:
- restore_cache: - restore_cache:
keys: keys:
@ -73,6 +79,12 @@ jobs:
working_directory: ~/ working_directory: ~/
steps:
- run:
command: |
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
steps: steps:
- restore_cache: - restore_cache:
keys: keys: