Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:54:30 +00:00
parent 07337383ae
commit 09421b4c8d
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/plugin-modules/Core/target/*.jar $path/
artifacts:
name: $name-$version
paths:
- "$path/plugin-modules/Core/target/*.jar"
- "$path/*.jar"