5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 16:16:22 +00:00

fixup! ci: probar conexión a ssh antes de perder tiempo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-16 10:01:58 -03:00
parent 3eef6fc1b4
commit ccfc0fae34

View file

@ -30,9 +30,9 @@ pipeline:
commands: commands:
- "apk add python2 dotenv openssh-client" - "apk add python2 dotenv openssh-client"
- "install -d -m 700 ~/.ssh/" - "install -d -m 700 ~/.ssh/"
- "echo \"$${KNOW_HOSTS}\" | base64 -d >> ~/.ssh/known_hosts" - "echo \"$${KNOWN_HOSTS}\" | base64 -d >> ~/.ssh/known_hosts"
- "echo \"$${KNOW_HOSTS}\"" - "echo \"$${KNOWN_HOSTS}\""
- "echo \"$${KNOW_HOSTS}\" | base64 -d" - "echo \"$${KNOWN_HOSTS}\" | base64 -d"
- "chmod 600 ~/.ssh/known_hosts" - "chmod 600 ~/.ssh/known_hosts"
- "cat ~/.ssh/known_hosts" - "cat ~/.ssh/known_hosts"
- "ls -hal ~/.ssh" - "ls -hal ~/.ssh"