Skip to content

Commit

Permalink
tmp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Oct 14, 2021
1 parent 2dd779f commit 88bd409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
make defconfig && cat .config
- name: Clean build cache
if: ${{ github.event.client_payload.package_clean == 'true' || github.event.inputs.device != '' }}
if: ${{ github.event.client_payload.package_clean == 'true' }}
run: |
cd ~/lede
df -h .
Expand Down Expand Up @@ -204,6 +204,7 @@ jobs:
ulimit -SHn 65000
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
mv *imagebuilder* ib && cd ib
set -x
. $GITHUB_WORKSPACE/scripts/merge_files.sh
cp -a packages files/local_feed
sed -i 's/luci-app-[^ ]*//g' include/target.mk $(find target/ -name Makefile)
Expand Down
1 change: 1 addition & 0 deletions scripts/merge_files.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -x
mv $GITHUB_WORKSPACE/files ./
if [ $DEVICE = 'r2s' -o $DEVICE = 'r2c' ]; then
mkdir -p files/usr/bin files/etc/init.d files/etc/rc.d
Expand Down

0 comments on commit 88bd409

Please sign in to comment.