Fix .gitlab-ci.yml

This commit is contained in:
Jan Tuomi
2017-09-15 15:42:48 +03:00
parent b0235d6089
commit 5e98932132
-1
View File
@@ -47,7 +47,6 @@ deploy:
only:
- develop
before_script:
- # Install ssh-agent if not already installed, it is required by Docker.
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")