We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a2074 commit 0471d1cCopy full SHA for 0471d1c
1 file changed
.gitlab/templates/pipeline.yaml.tpl
@@ -326,7 +326,7 @@ publish image ({{ $multi_arch_image_flavor.name }}):
326
{{ end }} # end needs_layer_publish
327
{{ end }} # end flavors
328
artifacts:
329
- expire_in: 1 hr
+ expire_in: {{ if eq $environment.name "prod" }}1 day{{ else }}1 hr{{ end }}
330
paths:
331
- datadog_extension-{{ if eq $environment.name "prod"}}signed-{{ end }}bundle-${CI_JOB_ID}/
332
name: datadog_extension-{{ if eq $environment.name "prod"}}signed-{{ end }}bundle-${CI_JOB_ID}
0 commit comments