mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-26 20:26:34 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
14c36f106e
commit
2e3b9a4045
@ -3,17 +3,17 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
name: "FabledSkyBlock"
|
name: "FabledSkyBlock"
|
||||||
path: "/builds/Songoda/SkyBlock/target/"
|
path: "/builds/Songoda/SkyBlock/"
|
||||||
version: "Build-66"
|
version: "Build-66"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: maven:3.5.3-jdk-8
|
image: maven:3.5.3-jdk-8
|
||||||
script:
|
script:
|
||||||
- find $path/ -type f -name "*.xml" -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
|
- find $path -type f -name "*.yml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g
|
||||||
- mvn clean package
|
- mvn clean package
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $name-$version
|
name: $name-$version
|
||||||
paths:
|
paths:
|
||||||
- "$path/*.jar"
|
- "$path/target/*.jar"
|
Loading…
Reference in New Issue
Block a user