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