continuing tries

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-03-17 00:42:40 +01:00
parent 9c50acb335
commit 3ba3205db3
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -41,6 +41,7 @@ steps:
image: alpine image: alpine
commands: commands:
- apk -q add openssh-client sshpass - apk -q add openssh-client sshpass
- mkdir -p ~/.ssh/
- echo $KNOWN_HOST > ~/.ssh/known_host - echo $KNOWN_HOST > ~/.ssh/known_host
- ./upload.sh - ./upload.sh
environment: environment: