mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-02-02 20:21:28 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
3f69530947
commit
07337383ae
@ -1,10 +1,10 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
name: "EpicBosses"
|
name: "EpicBosses"
|
||||||
path: "/builds/$CI_PROJECT_PATH"
|
path: "/builds/$CI_PROJECT_PATH"
|
||||||
version: "1.0.11"
|
version: "1.0.11"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@ -17,4 +17,4 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
name: $name-$version
|
name: $name-$version
|
||||||
paths:
|
paths:
|
||||||
- "$path/plugin-modules/Core/target/*.jar"
|
- "$path/plugin-modules/Core/target/*.jar"
|
||||||
|
Loading…
Reference in New Issue
Block a user