Skip to content
Snippets Groups Projects
Commit b13cf5e0 authored by q3k's avatar q3k
Browse files

ci: lower non-release artifact retention period

parent 94e4923e
No related branches found
No related tags found
No related merge requests found
Pipeline #5608 passed
......@@ -10,6 +10,7 @@ build-p1:
artifacts:
expose_as: 'Proto 1 ELF'
paths: ['build/badge23.elf']
expire_in: 5 hours
build-p3:
stage: build
......@@ -20,6 +21,7 @@ build-p3:
artifacts:
expose_as: 'Proto 3 ELF'
paths: ['build/badge23.elf']
expire_in: 5 hours
build-p4:
stage: build
......@@ -30,6 +32,7 @@ build-p4:
artifacts:
expose_as: 'Proto 4 ELF'
paths: ['build/badge23.elf']
expire_in: 5 hours
build-p6:
stage: build
......@@ -40,3 +43,4 @@ build-p6:
artifacts:
expose_as: 'Proto 6 ELF'
paths: ['build/badge23.elf']
expire_in: 5 hours
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