Commit 52e4b64a authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent 09d37b33
Pipeline #3603 failed with stage
in 22 seconds
...@@ -7,7 +7,7 @@ before_script: ...@@ -7,7 +7,7 @@ before_script:
- apt-get install expect -y - apt-get install expect -y
#- apt-get install sshpass #- apt-get install sshpass
#- sshpass -p $SSH_PASSPHRASE #- sshpass -p $SSH_PASSPHRASE
- spawn echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null - echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
- expect "Enter passphrase for (stdin):" - expect "Enter passphrase for (stdin):"
- send $SSH_PASSPHRASE - send $SSH_PASSPHRASE
- mkdir -p ~/.ssh - 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