Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-26 03:21:53 +00:00
parent 69614d8a15
commit 7ba2276eb3

View File

@ -3,8 +3,8 @@ stages:
- deploy - deploy
before_script: before_script:
- apt-get update - apt-get -y update
- apt-get install git docker docker-compose - apt-get -y install git docker docker-compose
# configure SSH keys # configure SSH keys
- 'which ssh-agent || ( apt-get install -qq openssh-client )' - 'which ssh-agent || ( apt-get install -qq openssh-client )'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)