Update .gitlab-ci.yml file
This commit is contained in:
parent
30eae7e444
commit
4aa9ec5882
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user