mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Reset circleCi cache
This commit is contained in:
parent
feeb9059c4
commit
1720ff894d
3 changed files with 13 additions and 4 deletions
|
@ -27,8 +27,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 4 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 5 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 7 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 8 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -83,8 +83,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 4 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 5 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 7 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 8 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
|
9
openmptcprouter/files/etc/uci-defaults/2000-omr-dhcp
Executable file
9
openmptcprouter/files/etc/uci-defaults/2000-omr-dhcp
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
uci -q batch <<-EOF >/dev/null
|
||||||
|
set dhcp.lan.ra_default=1
|
||||||
|
commit dhcp
|
||||||
|
EOF
|
||||||
|
rm -f /tmp/luci-indexcache
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue