added dependencies
Some checks are pending
ci/woodpecker/push/upload Pipeline is pending
ci/woodpecker/push/prepare Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Nils Stinnesbeck 2023-05-23 09:42:20 +02:00
parent 6c45890a45
commit 7bdc5af75f
Signed by: nils
GPG Key ID: C52E07422A136076
3 changed files with 18 additions and 0 deletions

View File

@ -79,3 +79,6 @@ matrix:
# - x86-generic
# - x86-geode
# - x86-legacy
depends_on:
- prepare

12
.woodpecker/prepare.yml Normal file
View File

@ -0,0 +1,12 @@
pipeline:
prepare:
image: appleboy/drone-ssh
settings:
host: 46.4.138.183
username: fwupload
key:
from_secret: ssh-key
port: 22
command_timeout: 120m
script:
- mkdir -p /srv/fwuploads-testing/troisdorf/multi/incoming/stable

View File

@ -17,3 +17,6 @@ pipeline:
- mkdir /srv/fwuploads-testing/troisdorf/multi/stable/
- mv /srv/fwuploads-testing/troisdorf/mutli/{incoming/stable/*,stable/}
depends_on:
- upload
- prepare