Compare commits

..

3 Commits

Author SHA1 Message Date
fd85caec24
changed output path on upload
All checks were successful
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
2023-05-31 20:31:08 +02:00
9121af8fda
typo in BRANCH variable
Some checks failed
ci/woodpecker/tag/prepare Pipeline was successful
ci/woodpecker/tag/build Pipeline failed
2023-05-31 18:24:40 +02:00
1b50240222 Update '.woodpecker/prepare.yml'
Some checks are pending
ci/woodpecker/tag/prepare Pipeline is pending
ci/woodpecker/tag/build Pipeline was successful
2023-05-30 20:15:52 +00:00
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@ pipeline:
key:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/${BRANCH}/
target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/${BRANCH}/*
when:
event: tag
@ -77,7 +77,7 @@ matrix:
- x86-generic
- x86-geode
- x86-legacy
branch:
BRANCH:
- stable
- beta
- experimental

View File

@ -19,5 +19,4 @@ pipeline:
- mkdir -p /srv/fwuploads-tmp/troisdorf/multi/beta
- mkdir -p /srv/fwuploads-tmp/troisdorf/multi/experimental
when:
branch: stable
event: tag