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

Restrict build artifact storage duration

parent d341358e
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2733 passed
......@@ -234,7 +234,7 @@ build-theodolite-jvm:
paths:
- "theodolite-quarkus/build/lib/*"
- "theodolite-quarkus/build/*-runner.jar"
expire_in: 1 day
expire_in: 6 hours
build-theodolite-native:
stage: build
......@@ -245,7 +245,7 @@ build-theodolite-native:
artifacts:
paths:
- "theodolite-quarkus/build/*-runner"
expire_in: 1 day
expire_in: 6 hours
test-theodolite:
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