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
|
||||
- deploy
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- target/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- mvn package
|
||||
only:
|
||||
- dev
|
||||
- master
|
||||
changes:
|
||||
- src/**/*
|
||||
artifacts:
|
||||
paths:
|
||||
- target/Habbo-*.jar
|
||||
|
||||
|
||||
.notify_builder: ¬ify_builder
|
||||
stage: deploy
|
||||
trigger:
|
||||
project: project-dobby/builder
|
||||
strategy: depend
|
||||
|
||||
|
||||
notify_deploy_release:
|
||||
<<: *notify_builder
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user