Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:29:45 +00:00
parent 244ad2a6bd
commit 190af3509c
1 changed files with 1 additions and 1 deletions

View File

@ -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 $path/target/*.jar
- mv $path/target/*.jar $path
artifacts:
name: $name-$version
paths: