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 - build
variables: variables:
name: "FabledSkyBlock" name: "FabledSkyBlock"
path: "/builds/$CI_PROJECT_PATH" path: "/builds/$CI_PROJECT_PATH"
version: "Build-73" version: "Build-73"
build: build:
stage: build stage: build
@ -18,4 +18,4 @@ build:
artifacts: artifacts:
name: $name-$version name: $name-$version
paths: paths:
- "$path/*.jar" - "$path/*.jar"