diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27b6a360ece0667e4ef170857725eee59ed5fb8e..a60c44807b20d059d26b75d5a3b292d73731bc80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +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 isntall expect #- apt-get install sshpass #- sshpass -p $SSH_PASSPHRASE - spawn echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null