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

Merge branch 'ci' into 'main'

ci

See merge request !9
parents 253730ec 6e1f25ad
No related branches found
No related tags found
1 merge request!9ci
Pipeline #43704 failed
...@@ -112,6 +112,7 @@ lint: ...@@ -112,6 +112,7 @@ 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