Commit 09d37b33 authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent 15defc40
Pipeline #3602 failed with stage
in 22 seconds
......@@ -4,7 +4,7 @@ before_script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- apt-get install expect
- apt-get install expect -y
#- apt-get install sshpass
#- sshpass -p $SSH_PASSPHRASE
- spawn echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
......
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