mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
CI: do not crash during PKG-INFO generation if there are no packages
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit b5132de5cf)
This commit is contained in:
committed by
Paul Spooren
parent
b6e1446bee
commit
2a015d5fd7
2
.github/workflows/multi-arch-test-build.yml
vendored
2
.github/workflows/multi-arch-test-build.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
||||
done
|
||||
echo >> PKG-INFO
|
||||
echo Full file listing: >> PKG-INFO
|
||||
ls -al *.ipk >> PKG-INFO
|
||||
ls -al *.ipk >> PKG-INFO || true
|
||||
cat PKG-INFO
|
||||
|
||||
- name: Store packages
|
||||
|
||||
Reference in New Issue
Block a user