Enable artifact of the client from Gitlab CI
This commit is contained in:
committed by
Sheepit Renderfarm
parent
7187dc5051
commit
6356f5ce91
@@ -17,6 +17,12 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./gradlew shadowJar
|
- ./gradlew shadowJar
|
||||||
|
- mv ./build/libs/sheepit-client-all.jar ./
|
||||||
|
artifacts:
|
||||||
|
name: "$CI_COMMIT_REF_NAME-sheepit-artifact"
|
||||||
|
paths:
|
||||||
|
- ./sheepit-client-all.jar
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
Reference in New Issue
Block a user