Skip to content

Commit 36e8ffd

Browse files
one to all
1 parent 4cfdfc3 commit 36e8ffd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- name: Run Make
1717
run: |
1818
export VOLUME_HOME=$(pwd)
19-
ls -alh $VOLUME_HOME
2019
cp -r $VOLUME_HOME /home/build/openwrt_workflow
2120
wget https://github.com/xiaorouji/openwrt-passwall/archive/3aff3af88536227d12fb7206992af64ff21cf4d2.zip -O /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
2221
cd /home/build/openwrt_workflow
@@ -97,7 +96,6 @@ jobs:
9796
sudo -u build ./scripts/feeds install -a
9897
sudo -u build make defconfig
9998
sudo -u build make package/luci-app-netdata/compile V=s -j1
100-
ls -alh bin/packages/x86_64/base/
10199
tar zcvf $VOLUME_HOME/luci-app-netdata.tar.gz bin/packages/x86_64/base/luci-app-netdata*.ipk
102100
- uses: actions/upload-artifact@v3
103101
with:

0 commit comments

Comments
 (0)