mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-01 13:13:21 +01:00
updated pipeline
This commit is contained in:
parent
896c2c1e73
commit
3eb9f738ef
@ -8,13 +8,18 @@ stages:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- mvn package
|
||||
artifacts:
|
||||
paths:
|
||||
- target/*.jar
|
||||
expire_in: 1 week
|
||||
- mvn install -B
|
||||
|
||||
test:
|
||||
stage: test
|
||||
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