mirror of
https://github.com/songoda/UltimateModeration.git
synced 2024-11-04 17:50:00 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
3b3bf7db2d
commit
35d4d26de1
@ -14,7 +14,8 @@ 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:
|
||||||
- "$path/target/*.jar"
|
- "$path/*.jar"
|
||||||
|
Loading…
Reference in New Issue
Block a user