Update pipeline

This commit is contained in:
Mike 2020-05-04 18:29:48 +02:00
parent fe533a17c9
commit 98c4f4e048

View File

@ -4,29 +4,23 @@ stages:
- build
- deploy
cache:
paths:
- target/
build:
stage: build
script:
- mvn package
only:
- dev
- master
changes:
- src/**/*
artifacts:
paths:
paths:
- target/Habbo-*.jar
.notify_builder: &notify_builder
stage: deploy
trigger:
project: project-dobby/builder
strategy: depend
notify_deploy_release:
<<: *notify_builder
variables: