Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:47:15 +00:00
parent 41e63cbdc1
commit 30f4f15418

View File

@ -2,9 +2,9 @@ stages:
- build
variables:
name: "FabledSkyBlock"
path: "/builds/$CI_PROJECT_PATH"
version: "Build-73"
name: "FabledSkyBlock"
path: "/builds/$CI_PROJECT_PATH"
version: "Build-73"
build:
stage: build
@ -18,4 +18,4 @@ build:
artifacts:
name: $name-$version
paths:
- "$path/*.jar"
- "$path/*.jar"