Update .gitlab-ci.yml

This commit is contained in:
Brianna O'Keefe 2019-02-08 17:40:18 +00:00
parent bf6f08091a
commit b9abac5b6a

View File

@ -10,9 +10,10 @@ build:
stage: build
image: maven:3.5.3-jdk-8
script:
- mvn clean package
- find $path/ -type f -name "*.xml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g
- mvn clean package
- find $path/ -type f -name "*.yml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g
- mvn clean package
artifacts:
name: $name-$version
paths: