Update .gitlab-ci.yml

This commit is contained in:
Brianna O'Keefe 2019-06-13 10:44:49 +00:00 committed by Brianna
parent 4f69cd4c92
commit 3b69ced1a7

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