Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:25:55 +00:00
parent 2a816802c8
commit 244ad2a6bd
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ 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 $path/target/*.jar
artifacts:
name: $name-$version
paths:
- "$path/target/*.jar"
- "$path/*.jar"