Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-11 08:51:15 +00:00
parent 3f69530947
commit 07337383ae
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
stages:
- build
- build
variables:
name: "EpicBosses"
path: "/builds/$CI_PROJECT_PATH"
version: "1.0.11"
name: "EpicBosses"
path: "/builds/$CI_PROJECT_PATH"
version: "1.0.11"
build:
stage: build
@ -17,4 +17,4 @@ build:
artifacts:
name: $name-$version
paths:
- "$path/plugin-modules/Core/target/*.jar"
- "$path/plugin-modules/Core/target/*.jar"