show images in output
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Stefan Hoffmann 2023-05-21 11:52:11 +02:00
parent aa4cdc562e
commit b0ba11ce24
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -42,6 +42,13 @@ pipeline:
- cd gluon - cd gluon
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} - make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
show-images-${TARGET}:
<<: *default
commands:
- ls -alh
- ls -alh output/
- ls -alh gluon/output/
matrix: matrix:
TARGET: TARGET:
- ath79-generic - ath79-generic