Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-26 03:11:06 +00:00
parent 30eae7e444
commit 4aa9ec5882

View File

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