tidy up
This commit is contained in:
parent
74d20fabd4
commit
ceaa400f02
@ -39,13 +39,6 @@ pipeline:
|
|||||||
- cd gluon
|
- cd gluon
|
||||||
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
- 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:
|
upload:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
@ -54,7 +47,7 @@ pipeline:
|
|||||||
key:
|
key:
|
||||||
from_secret: ssh-key
|
from_secret: ssh-key
|
||||||
strip_components: 2
|
strip_components: 2
|
||||||
target: /srv/fwuploads-testing/troisdorf/multi/next/
|
target: /srv/fwuploads-tmp/troisdorf/multi/${BRANCH}/
|
||||||
source: gluon/output/${BRANCH}/*
|
source: gluon/output/${BRANCH}/*
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user