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:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- target/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- mvn package
|
||||
only:
|
||||
- dev
|
||||
- master
|
||||
changes:
|
||||
- src/**/*
|
||||
- pom.xml
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
paths:
|
||||
- target/Habbo-*.jar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user