Skip to content
Snippets Groups Projects
Commit d9f179c8 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Artifacts never expire on publish pipeline

parent 31708a95
No related branches found
No related tags found
No related merge requests found
Pipeline #958848 passed
......@@ -21,3 +21,8 @@ publish-gitlab-release:
publish:
extends: .publish-artifact-release
artifacts:
# all build results are expected to be in the `bin` folder
paths:
- dist
expire_in: never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment