File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 1+ set -x
12mv $GITHUB_WORKSPACE /files ./
23if [ $DEVICE = ' r2s' -o $DEVICE = ' r2c' ]; then
34 mkdir -p files/usr/bin files/etc/init.d files/etc/rc.d
You can’t perform that action at this time.
0 commit comments