mirror of
https://github.com/songoda/UltimateRepairing.git
synced 2024-11-29 14:06:30 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
b7958ca570
commit
add0a91658
@ -1,12 +1,22 @@
|
||||
stages:
|
||||
- build
|
||||
- build
|
||||
|
||||
variables:
|
||||
name: "UltimateRepairing"
|
||||
path: "/builds/$CI_PROJECT_PATH"
|
||||
version: "1.1"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: maven:3.3.9-jdk-8
|
||||
script: "mvn clean package"
|
||||
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 $path/target/*.jar $path/
|
||||
artifacts:
|
||||
name: "UltimateRepairing"
|
||||
name: $name-$version
|
||||
paths:
|
||||
- "/builds/$CI_PROJECT_PATH/*.jar"
|
||||
- "/builds/Songoda/UltimateRepairing/Read_this_before_your_first_use.txt"
|
||||
- "$path/*.jar"
|
||||
- "$path/Read_this_before_your_first_use.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user