mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +01:00
Merge branch 'git-pipeline' into 'dev'
Update gitlab pipeline See merge request morningstar/Arcturus-Community!138
This commit is contained in:
commit
c83f7cd364
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user