mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
fix
This commit is contained in:
parent
c561e4ae00
commit
7fd87d9218
1 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,12 @@ jobs:
|
|||
|
||||
working_directory: ~/
|
||||
|
||||
steps:
|
||||
- run:
|
||||
command: |
|
||||
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
steps:
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
@ -73,6 +79,12 @@ jobs:
|
|||
|
||||
working_directory: ~/
|
||||
|
||||
steps:
|
||||
- run:
|
||||
command: |
|
||||
echo "cache 1 $OMR_TARGET" > /tmp/cache-target
|
||||
echo "cache 4 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||
|
||||
steps:
|
||||
- restore_cache:
|
||||
keys:
|
||||
|
|
Loading…
Reference in a new issue