mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-01-22 23:01:21 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
93fc8288bd
commit
3f69530947
@ -11,10 +11,10 @@ build:
|
||||
image: maven:3.5.3-jdk-8
|
||||
script:
|
||||
- find $path/ -type f -name "*.xml" -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
|
||||
- find $path/ -depth -path '*original*' -delete
|
||||
- mv -v $path/plugin-modules/Core/target/*.jar $path
|
||||
artifacts:
|
||||
name: $name-$version
|
||||
paths:
|
||||
- "$path/*.jar"
|
||||
- "$path/plugin-modules/Core/target/*.jar"
|
||||
|
Loading…
Reference in New Issue
Block a user