mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-25 00:41:26 +01:00
Update .gitlab-ci.yml
Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Version Update .gitlab-ci.yml Update .gitlab-ci.yml
This commit is contained in:
parent
c2f670e127
commit
26f952d7fa
@ -1,19 +1,21 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
name: "FabledSkyBlock"
|
name: "FabledSkyBlock"
|
||||||
path: "/builds/Songoda/SkyBlock/"
|
path: "/builds/$CI_PROJECT_PATH"
|
||||||
version: "Build-72"
|
version: "Build-73"
|
||||||
|
|
||||||
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
|
||||||
|
- 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