Update v18.yml
This commit is contained in:
10
.github/workflows/v18.yml
vendored
10
.github/workflows/v18.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user