Sun Jun 3 21:14:47 EDT 2018
the build failed Details

This commit is contained in:
Annika Backstrom 2018-06-03 21:14:47 -04:00
parent 5f8b505f90
commit f658dd32bf
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pipeline:
image: alpine:3.7
secrets: [ ssh_private_key, ssh_host_key ]
commands:
- apk add --update openssh-client
- mkdir "$${HOME}/.ssh"
- echo -n "$${SSH_PRIVATE_KEY}" > "$${HOME}/.ssh/id_rsa"
- chmod 700 "$${HOME}/.ssh/id_rsa"