gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 12:04:45 +01:00
parent df945b45d6
commit f626afdc85

View File

@ -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)