Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:31:14 +00:00
parent 35d4d26de1
commit 21d4f1c83a
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 $path
- mv $path/target/*.jar $path/
artifacts:
name: $name-$version
paths: