Enable artifact of the client from Gitlab CI

This commit is contained in:
DaCool
2021-11-14 13:04:48 +00:00
committed by Sheepit Renderfarm
parent 7187dc5051
commit 6356f5ce91

View File

@@ -17,6 +17,12 @@ build:
stage: build
script:
- ./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:
stage: test