Skip to content
Snippets Groups Projects
Commit 45714d54 authored by Sören Henning's avatar Sören Henning
Browse files

Add artifact passing

parent 55d617d9
No related branches found
No related tags found
1 merge request!22Enable Docker push in pipeline
Pipeline #561 failed
...@@ -25,6 +25,11 @@ build: ...@@ -25,6 +25,11 @@ build:
tags: tags:
- exec-docker - exec-docker
script: ./gradlew --build-cache assemble script: ./gradlew --build-cache assemble
artifacts:
paths:
- build/libs/*.jar
- */build/distributions/*.tar
expire_in: 1 day
test: test:
stage: 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