mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
7fd87d9218
commit
85937bc17c
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
steps:
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- cache-{{ checksum "/tmp/cache-version" }}
|
- cache-{{ checksum "/tmp/cache-version" }}
|
||||||
|
@ -81,11 +81,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
steps:
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- cache-{{ checksum "/tmp/cache-version" }}
|
- cache-{{ checksum "/tmp/cache-version" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue