dragoon/.woodpecker.yml
Gregory Ballantine 26ec5d2782
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Updated version info to v0.1.1
2022-05-02 23:50:35 -04:00

18 lines
360 B
YAML

pipeline:
build:
image: maven:3-jdk-11
commands:
- mvn clean compile assembly:single
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
files:
- target/Dragoon-*.jar
when:
event: tag