Skip to content

Commit

Permalink
Add CONFIG_FILE environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TERX committed Dec 2, 2019
1 parent e3a4461 commit 210199e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ jobs:
run: cd openwrt && ./scripts/feeds install -a

- name: Load custom configuration
env:
CONFIG_FILE: '.config'
run: |
[ -e files ] && mv files openwrt/files
[ -e .config ] && mv .config openwrt
[ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config
chmod +x diy.sh
cd openwrt
../diy.sh
Expand Down

0 comments on commit 210199e

Please sign in to comment.