mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-04 13:43:29 +01:00
updated pipeline
This commit is contained in:
parent
896c2c1e73
commit
3eb9f738ef
@ -8,13 +8,18 @@ stages:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- mvn package
|
- mvn install -B
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- target/*.jar
|
|
||||||
expire_in: 1 week
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- mvn test
|
- mvn test
|
||||||
|
|
||||||
|
production:
|
||||||
|
stage: production
|
||||||
|
script:
|
||||||
|
- mvn package
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- target/*.jar
|
||||||
|
expire_in: 1 week
|
Loading…
Reference in New Issue
Block a user