Add docker installation to CI

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