dependencies were broken
Some checks failed
ci/woodpecker/push/01_prepare Pipeline was successful
ci/woodpecker/push/02_build Pipeline failed
ci/woodpecker/push/03_cleanup unknown status

This commit is contained in:
Nils Stinnesbeck 2023-05-23 09:59:56 +02:00
parent 16c862d69a
commit 17df707a6f
Signed by: nils
GPG Key ID: C52E07422A136076
2 changed files with 5 additions and 5 deletions

View File

@ -30,13 +30,13 @@ pipeline:
commands:
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
build-${TARGET}:
build:
<<: *default
commands:
- cd gluon
- make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
show-images-${TARGET}:
list_images:
<<: *default
commands:
- mkdir -p gluon/output/stable/images/factory
@ -81,4 +81,4 @@ matrix:
- x86-legacy
depends_on:
- prepare
- 01_prepare

View File

@ -18,5 +18,5 @@ pipeline:
- mv /srv/fwuploads-testing/troisdorf/mutli/incoming/stable/* /srv/fwuploads-testing/troisdorf/mutli/stable/
depends_on:
- prepare
- build
- 01_prepare
- 02_build