mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 10:55:01 -04:00
ci: rename verify stage to build
This commit is contained in:
parent
89e44e611a
commit
3836f87e38
@ -9,9 +9,9 @@ cache:
|
|||||||
- .m2/repository
|
- .m2/repository
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- verify
|
- build
|
||||||
|
|
||||||
verify:
|
build:
|
||||||
stage: verify
|
stage: build
|
||||||
script:
|
script:
|
||||||
- 'mvn $MAVEN_CLI_OPTS verify'
|
- 'mvn $MAVEN_CLI_OPTS verify'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user