Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 09:01:43 +00:00
parent 4573594432
commit 5526b0e176

View File

@ -1,5 +1,5 @@
stages:
- build
- build
variables:
name: "EpicFurnaces"
@ -14,7 +14,7 @@ build:
- find $path/ -type f -name "*.yml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g
- mvn clean package
- find $path/ -depth -path '*original*' -delete
- mv -v $path/target/*.jar $path
- mv $path/core/target/*.jar $path/
artifacts:
name: $name-$version
paths: