Merge branch 'feature/fiddle-with-docker'
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
287b70513a
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue