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

Update .gitlab-ci.yml

parent 960de01c
No related branches found
No related tags found
No related merge requests found
Pipeline #1112380 failed
stages:
- build
- deploy
- build-eyodf
- deploy-eyodf
package baseline image with dind:
stage: build
......@@ -40,7 +42,7 @@ deploy baseline image:
- master
package eyodf image with dind:
stage: build
stage: build-eyodf
tags:
- docker-privileged
image: $CI_REGISTRY_IMAGE:baseline
......@@ -56,7 +58,7 @@ package eyodf image with dind:
- ./mvnw -Bq -s settings.xml package
deploy eyodf image with dind:
stage: deploy
stage: deploy-eyodf
tags:
- docker-privileged
image: $CI_REGISTRY_IMAGE:baseline
......
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