Skip to content
Snippets Groups Projects
Commit 9d9d1a76 authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

Update .gitlab-ci.yml file

parent 5f0d2afe
No related branches found
No related tags found
No related merge requests found
Pipeline #43708 passed
...@@ -112,7 +112,6 @@ lint: ...@@ -112,7 +112,6 @@ lint:
.deploy: .deploy:
stage: deploy stage: deploy
script: 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. # 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 )'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment