Skip to content
Snippets Groups Projects
Commit 6596e617 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix stages

parent 449090c3
No related branches found
No related tags found
1 merge request!2Add docker container
Pipeline #8700 passed
stages:
- build-package
- build-container
build-deb-packages:
image: maven:3-eclipse-temurin-17-focal
stage: build
stage: build-package
script:
- mvn antrun:run
- mvn package
......@@ -14,7 +18,7 @@ build-docker:
# Use the official docker image.
image: gitlab.jonasled.de/jonasled/buildx-docker:latest
retry: 2
stage: build
stage: build-container
services:
- docker:dind
before_script:
......
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