Merge branch 'feature/fiddle-with-docker'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2026-01-24 01:34:41 +01:00
commit 287b70513a
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -7,12 +7,10 @@ steps:
commands: commands:
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
when: when:
branch:
include:
- main
- feature/*
ref: ref:
include: include:
- refs/heads/main
- refs/heads/feature/**
- refs/tags/** - refs/tags/**
- name: test - name: test
image: maven:3.9-eclipse-temurin-25 image: maven:3.9-eclipse-temurin-25