Compare commits

..

No commits in common. "fd85caec2416f1fb73e5118b6cfd6f19046626af" and "47a63a831a51d35a5350ca6d34705453dc1e696b" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

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

View File

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