This commit is contained in:
parent
0a02c1aa68
commit
84499b1a0b
1 changed files with 4 additions and 6 deletions
10
.drone.yml
10
.drone.yml
|
@ -7,13 +7,11 @@ steps:
|
|||
commands:
|
||||
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||
when:
|
||||
branch:
|
||||
ref:
|
||||
include:
|
||||
- master
|
||||
- feature/*
|
||||
event:
|
||||
include:
|
||||
- tag
|
||||
- refs/head/master
|
||||
- refs/head/feature/**
|
||||
- refs/tags/**
|
||||
- name: test
|
||||
image: maven:3.8-openjdk-18-slim
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue