Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:46:15 +00:00
parent 21d4f1c83a
commit 543269b4ed
1 changed files with 4 additions and 4 deletions

View File

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