mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-08 22:18:42 +00:00
9 lines
133 B
YAML
9 lines
133 B
YAML
junit:
|
|
stage: test
|
|
script:
|
|
- mvn -B clean test
|
|
|
|
generate_artifacts:
|
|
stage: deploy
|
|
script:
|
|
- mvn -B clean site package |