added dependencies
This commit is contained in:
parent
6c45890a45
commit
7bdc5af75f
@ -79,3 +79,6 @@ matrix:
|
||||
# - x86-generic
|
||||
# - x86-geode
|
||||
# - x86-legacy
|
||||
|
||||
depends_on:
|
||||
- prepare
|
||||
|
12
.woodpecker/prepare.yml
Normal file
12
.woodpecker/prepare.yml
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user