gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 12:01:28 +01:00
parent 174e730f71
commit 6634100037

View File

@ -1,7 +1,7 @@
image: ansible/centos7-ansible
image: ansible/ubuntu14.04-ansible
before_script:
- which ssh-agent || ( apt-get update -qq -y && apt-get install openssh-client -qq -y )
- 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)