diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16ee73e0a3143044ab9513aec6151bdfaf2743bf..644dce90b81f35dfe5a7e75d500f02aded96cad8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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