diff --git a/.woodpecker.yml b/.woodpecker.yml index 4c49849..c1f509f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -45,20 +45,6 @@ pipeline: commands: - cd gluon - make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} - #- make -j1 V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log - - send_logs: - image: appleboy/drone-scp - settings: - host: 46.4.138.183 - user: fwupload - key: - from_secret: ssh-key - strip_components: 0 - target: /srv/fwuploads-testing/troisdorf/multi/${BRANCH}/logs/ - source: gluon/make.log - when: - status: failure show-images-${TARGET}: <<: *default