Let's try this again

This commit is contained in:
Jan Tuomi
2017-09-15 16:29:33 +03:00
parent 1dfa7ae352
commit 54090c9cb0
-1
View File
@@ -47,7 +47,6 @@ deploy:
only:
- develop
before_script:
- curl -fsSL get.docker.com | sh
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")