Fix .gitlab-ci.yml
This commit is contained in:
@@ -47,7 +47,6 @@ deploy:
|
|||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
before_script:
|
before_script:
|
||||||
- # Install ssh-agent if not already installed, it is required by Docker.
|
|
||||||
- '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")
|
||||||
|
|||||||
Reference in New Issue
Block a user