Update r1s_lean.yml
This commit is contained in:
7
.github/workflows/r1s_lean.yml
vendored
7
.github/workflows/r1s_lean.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/r1s_lean.yml'
|
- '.github/workflows/r1s_lean.yml_'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '10 10 */2 * *'
|
- cron: '10 10 */2 * *'
|
||||||
|
|
||||||
@@ -49,8 +49,8 @@ jobs:
|
|||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
. ../remove_unused_config.sh
|
. ../remove_unused_config.sh
|
||||||
cat ../app_config.seed >> configs/config_h5
|
cat ../app_config.seed >> configs/config_h5
|
||||||
sed -i '/docker/Id;/containerd/Id;/runc/Id' configs/config_h5 #fix compile error
|
|
||||||
echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_h5
|
echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_h5
|
||||||
|
sed -i '/docker/Id;/containerd/Id;/runc/Id;/iptparser/Id' configs/config_h5 #fix compile error
|
||||||
cd friendlywrt
|
cd friendlywrt
|
||||||
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
||||||
git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream
|
git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream
|
||||||
@@ -67,7 +67,8 @@ jobs:
|
|||||||
config/white.list
|
config/white.list
|
||||||
dnsmasq.oversea/oversea_list.conf
|
dnsmasq.oversea/oversea_list.conf
|
||||||
dnsmasq.ssr/ad.conf
|
dnsmasq.ssr/ad.conf
|
||||||
dnsmasq.ssr/gfw_base.conf' | xargs rm
|
dnsmasq.ssr/gfw_base.conf
|
||||||
|
dnsmasq.ssr/gfw_list.conf' | xargs rm
|
||||||
cd ../../../
|
cd ../../../
|
||||||
rm -rf luci-theme-argon
|
rm -rf luci-theme-argon
|
||||||
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git
|
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git
|
||||||
|
|||||||
Reference in New Issue
Block a user