mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Update pipeline
This commit is contained in:
parent
fe533a17c9
commit
98c4f4e048
@ -4,29 +4,23 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- target/
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- mvn package
|
- mvn package
|
||||||
only:
|
only:
|
||||||
- dev
|
changes:
|
||||||
- master
|
- src/**/*
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/Habbo-*.jar
|
- target/Habbo-*.jar
|
||||||
|
|
||||||
|
|
||||||
.notify_builder: ¬ify_builder
|
.notify_builder: ¬ify_builder
|
||||||
stage: deploy
|
stage: deploy
|
||||||
trigger:
|
trigger:
|
||||||
project: project-dobby/builder
|
project: project-dobby/builder
|
||||||
strategy: depend
|
strategy: depend
|
||||||
|
|
||||||
|
|
||||||
notify_deploy_release:
|
notify_deploy_release:
|
||||||
<<: *notify_builder
|
<<: *notify_builder
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user