Updated .gitlab-ci.yml

This commit is contained in:
Daniel Cortes
2020-06-03 06:56:08 -04:00
parent 897b27255e
commit 5bd4d6c781

View File

@@ -4,6 +4,7 @@ before_script:
- apt-get update -y && apt-get upgrade -y
deploy:
script:
## Install ssh-agent if not already installed
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )'