Skip to content
Snippets Groups Projects
Commit 1ef165b3 authored by Sören Henning's avatar Sören Henning Committed by Sören Henning
Browse files

Add artifact passing

parent 8a64e724
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -25,6 +25,11 @@ build:
tags:
- exec-docker
script: ./gradlew --build-cache assemble
artifacts:
paths:
- build/libs/*.jar
- */build/distributions/*.tar
expire_in: 1 day
test:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment