Update .gitlab-ci.yml

This commit is contained in:
Brianna O'Keefe 2018-11-16 01:36:12 +00:00
parent 7216919510
commit c6b9403c38

View File

@ -3,7 +3,6 @@ stages:
variables: variables:
name: "UltimateKits" name: "UltimateKits"
suffex: "Legacy"
path: "/builds/Songoda/$name" path: "/builds/Songoda/$name"
version: "2.0.4" version: "2.0.4"
@ -16,7 +15,7 @@ build:
- find $path/ -depth -path '*original*' -delete - find $path/ -depth -path '*original*' -delete
- mv -v $path/target/*.jar $path - mv -v $path/target/*.jar $path
artifacts: artifacts:
name: $name-$suffex-$version name: $name-$version
paths: paths:
- "$path/*.jar" - "$path/*.jar"
- "$path/Read_this_before_your_first_use.txt" - "$path/Read_this_before_your_first_use.txt"