Skip to content

Commit 88bd409

Browse files
committed
tmp fix
1 parent 2dd779f commit 88bd409

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lo-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
make defconfig && cat .config
9292
9393
- name: Clean build cache
94-
if: ${{ github.event.client_payload.package_clean == 'true' || github.event.inputs.device != '' }}
94+
if: ${{ github.event.client_payload.package_clean == 'true' }}
9595
run: |
9696
cd ~/lede
9797
df -h .
@@ -204,6 +204,7 @@ jobs:
204204
ulimit -SHn 65000
205205
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
206206
mv *imagebuilder* ib && cd ib
207+
set -x
207208
. $GITHUB_WORKSPACE/scripts/merge_files.sh
208209
cp -a packages files/local_feed
209210
sed -i 's/luci-app-[^ ]*//g' include/target.mk $(find target/ -name Makefile)

scripts/merge_files.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set -x
12
mv $GITHUB_WORKSPACE/files ./
23
if [ $DEVICE = 'r2s' -o $DEVICE = 'r2c' ]; then
34
mkdir -p files/usr/bin files/etc/init.d files/etc/rc.d

0 commit comments

Comments
 (0)