Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:29:51 +00:00
parent 2d8fdc9bc7
commit 525c8136f2

View File

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