Skip to content

Commit

Permalink
add backup .config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuyy authored Dec 9, 2019
1 parent fcb315b commit 3b7b723
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
- name: Backup step, only run if previous step status check is failure
if: failure()
run: |
cd friendlywrt-h5/friendlywrt
wget -O .config https://gist.githubusercontent.com/tjuyy/230f85d59dae048d6d5a92b6039de9ec/raw/a16852e1d2cd714a7719e484098ae83610cf4fd4/NanoPi-R1S-H5.config
[ -e friendlywrt-h5/friendlywrt/.config ] || cp NanoPi-R1S-H5.config friendlywrt-h5/friendlywrt/.config
- name: Download package
run: |
Expand Down

0 comments on commit 3b7b723

Please sign in to comment.