gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 11:48:41 +01:00
parent 94ea48f606
commit e98ce4dd9b

View File

@ -1,7 +1,7 @@
image: geerlingguy/docker-debian9-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 install openssh-client -qq -y )
# Run ssh-agent (inside the build environment)
- eval $(ssh-agent -s)