This commit is contained in:
Stefan Hoffmann 2023-05-30 21:02:23 +02:00
parent 74d20fabd4
commit ceaa400f02
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -39,13 +39,6 @@ pipeline:
- cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
list_images:
<<: *default
commands:
- mkdir -p gluon/output/${BRANCH}/images/factory
- echo "${TARGET}" > gluon/output/${BRANCH}/images/factory/${TARGET}
- ls -alh gluon/output/${BRANCH}/images/factory
upload:
image: appleboy/drone-scp
settings:
@ -54,7 +47,7 @@ pipeline:
key:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-testing/troisdorf/multi/next/
target: /srv/fwuploads-tmp/troisdorf/multi/${BRANCH}/
source: gluon/output/${BRANCH}/*
when:
event: tag