Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
99628453
Commit
99628453
authored
Mar 16, 2021
by
Eric Timmons
Browse files
Expire artifacts in 2 weeks
parent
3a6e8e71
Pipeline
#3169
passed with stages
in 121 minutes and 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99628453
...
...
@@ -138,6 +138,7 @@ debian-image:arm:
artifacts
:
paths
:
-
releases/
expire_in
:
2 weeks
static-release:linux:amd64:
extends
:
.static-release
...
...
@@ -166,6 +167,7 @@ static-release:linux:arm64:
artifacts
:
paths
:
-
releases/
expire_in
:
2 weeks
dynamic-release:linux:amd64:
extends
:
.dynamic-release
...
...
@@ -210,6 +212,7 @@ dynamic-release:windows:amd64:
artifacts
:
paths
:
-
releases/
expire_in
:
2 weeks
rules
:
-
if
:
'
$CLPM_CI_WINDOWS_AMD64'
needs
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment