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
PhoenixGenerator
Commits
6deac5d2
Commit
6deac5d2
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
1fe4c2b1
Pipeline
#158634
passed with stages
in 5 minutes and 52 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 @
6deac5d2
...
...
@@ -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