diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 414bc1e..71ec2dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: ansible/centos7-ansible before_script: - - which ssh-agent || ( apt-get update -qq -y && apt-get -q -y -o Dpkg::Use-Pty=0 install openssh-client ) + #- which ssh-agent || ( apt-get update -qq -y && apt-get -q -y -o Dpkg::Use-Pty=0 install openssh-client ) # Run ssh-agent (inside the build environment) - eval $(ssh-agent -s)