Update v18.yml

This commit is contained in:
klever1988
2020-01-19 00:19:27 +08:00
committed by GitHub
parent 3e3d94e564
commit 825dd7936d

View File

@@ -1,13 +1,11 @@
#NanoPi-R1S H5 FriendlyWrt Build
name: NanoPi-R1S H5 FriendlyWrt Build
name: NanoPi-R1S H5 FriendlyWrt(18.06) Build
on:
push:
paths:
- '.github/workflows/v18.yml'
schedule:
- cron: 0 8 * * 5
# release:
# types: [published]
@@ -49,9 +47,9 @@ jobs:
cd friendlywrt-h5
git clone https://github.com/coolsnowwolf/lede
cd friendlywrt
#cp -r ../lede/package/lean package/
#sed -i 's/http.*luci.*/https:\/\/github.com\/coolsnowwolf\/luci/' feeds.conf.default
#sed -i 's/http.*feed\/packages.*/https:\/\/github.com\/coolsnowwolf\/packages/' feeds.conf.default
cp -r ../lede/package/lean package/
sed -i 's/http.*luci.*/https:\/\/github.com\/coolsnowwolf\/luci/' feeds.conf.default
sed -i 's/http.*feed\/packages.*/https:\/\/github.com\/coolsnowwolf\/packages/' feeds.conf.default
echo 'src-git rosy https://github.com/rosywrt/luci-theme-rosy.git;openwrt-18.06' >> feeds.conf.default
- name: Update Target.mk