Skip to content
Snippets Groups Projects

ci

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -112,6 +112,7 @@ lint:
.deploy:
stage: deploy
script:
- docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY
# 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 )'
Loading