Merge branch 'git-pipeline' into 'dev'

Update gitlab pipeline

See merge request morningstar/Arcturus-Community!138
This commit is contained in:
Harmony 2020-05-04 13:46:26 -04:00
commit c83f7cd364

View File

@ -2,20 +2,17 @@ image: maven:latest
stages: stages:
- build - build
- deploy
cache:
paths:
- target/
build: build:
stage: build stage: build
script: script:
- mvn package - mvn package
only: only:
- dev changes:
- master - src/**/*
- pom.xml
artifacts: artifacts:
paths: expire_in: 2 weeks
paths:
- target/Habbo-*.jar - target/Habbo-*.jar