Skip to content
Snippets Groups Projects
Commit 1c7eea17 authored by Brice Copy's avatar Brice Copy
Browse files

Update .gitlab-ci.yml

parent 22015195
No related branches found
No related tags found
No related merge requests found
Pipeline #1123512 passed
......@@ -53,7 +53,11 @@ deploy eyodf image with dind:
script:
- docker info
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- ./mvnw -B -Dmaven.deploy.skip -Ddockerfile.useMavenSettingsForAuth=true -s settings.xml deploy
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- git config --global user.email "bjenkins@cern.ch"
- git config --global user.name "bjenkins"
- ./mvnw -B -Ddockerfile.useMavenSettingsForAuth=true -s settings.xml deploy
except:
- develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment