mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-23 02:35:25 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
307b99c19d
@ -3,18 +3,17 @@ stages:
|
||||
|
||||
variables:
|
||||
name: "FabledSkyBlock"
|
||||
path: "/builds/Songoda/SkyBlock"
|
||||
path: "/builds/Songoda/SkyBlock/"
|
||||
version: "Build-66"
|
||||
|
||||
build:
|
||||
stage: 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
|
||||
- mvn clean package
|
||||
- find $path/ -type f -name "*.yml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g
|
||||
- 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
|
||||
artifacts:
|
||||
name: $name-$version
|
||||
paths:
|
||||
- "/builds/Songoda/SkyBlock/target/*.jar"
|
||||
- "$path/target/*.jar"
|
Loading…
Reference in New Issue
Block a user