Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixFileGenerator
Commits
9c900301
Commit
9c900301
authored
Jan 20, 2022
by
Pierre Aubert
Browse files
Pass artifact expiration to 8 days (so schedules can be only once a week and not every day)
parent
7f7ef2bd
Pipeline
#158635
passed with stages
in 8 minutes and 5 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
9c900301
...
...
@@ -56,7 +56,7 @@ TestCoverage:
artifacts
:
paths
:
-
coverage
expire_in
:
1
d
expire_in
:
8
d
only
:
-
branches
-
tags
...
...
@@ -81,7 +81,7 @@ Doc:
artifacts
:
paths
:
-
public
expire_in
:
1
d
expire_in
:
8
d
only
:
-
branches
-
tags
...
...
@@ -95,7 +95,7 @@ pages:
artifacts
:
paths
:
-
public
expire_in
:
1
d
expire_in
:
8
d
...
...
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