Commit 5170919f authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent 8b2cbe94
Pipeline #3599 failed with stage
in 16 seconds
......@@ -6,7 +6,7 @@ before_script:
- eval $(ssh-agent -s)
#- apt-get install sshpass
#- sshpass -p $SSH_PASSPHRASE
- echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
- spawn echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
- expect "Enter passphrase for (stdin):"
- send $SSH_PASSPHRASE
- mkdir -p ~/.ssh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment