Update offcial_feed.yml
This commit is contained in:
8
.github/workflows/offcial_feed.yml
vendored
8
.github/workflows/offcial_feed.yml
vendored
@@ -1,13 +1,9 @@
|
|||||||
#NanoPi-R1S H5 FriendlyWrt Build
|
name: NanoPi-R1S H5 Openwrt(lean) Build
|
||||||
|
|
||||||
name: NanoPi-R1S H5 FriendlyWrt(offcial feeds) Build
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/offcial_feed.yml'
|
- '.github/workflows/offcial_feed.yml'
|
||||||
# release:
|
|
||||||
# types: [published]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@@ -39,7 +35,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
rm .repo/manifests/h5.xml
|
rm .repo/manifests/h5.xml
|
||||||
cp ../h5.xml .repo/manifests/h5.xml
|
cp ../lean.xml .repo/manifests/h5.xml
|
||||||
repo sync -c --no-clone-bundle
|
repo sync -c --no-clone-bundle
|
||||||
|
|
||||||
- name: Merge LEDE
|
- name: Merge LEDE
|
||||||
|
|||||||
Reference in New Issue
Block a user