mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +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:
|
||||
- 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" }}
|
||||
|
|
Loading…
Reference in a new issue