Skip to content

Commit 0471d1c

Browse files
chore: [SVLS-6279] production artifacts expire in a day instead of an hour
1 parent e0a2074 commit 0471d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ publish image ({{ $multi_arch_image_flavor.name }}):
326326
{{ end }} # end needs_layer_publish
327327
{{ end }} # end flavors
328328
artifacts:
329-
expire_in: 1 hr
329+
expire_in: {{ if eq $environment.name "prod" }}1 day{{ else }}1 hr{{ end }}
330330
paths:
331331
- datadog_extension-{{ if eq $environment.name "prod"}}signed-{{ end }}bundle-${CI_JOB_ID}/
332332
name: datadog_extension-{{ if eq $environment.name "prod"}}signed-{{ end }}bundle-${CI_JOB_ID}

0 commit comments

Comments
 (0)