Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
7954fdac
Commit
7954fdac
authored
Feb 08, 2019
by
Edwin Carlinet
Browse files
Fixup: artifacts expire in 2 days.
parent
9ced09ff
Pipeline
#12930
passed with stages
in 9 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7954fdac
...
@@ -5,9 +5,6 @@ stages:
...
@@ -5,9 +5,6 @@ stages:
image
:
carlinet/buildimage
image
:
carlinet/buildimage
artifacts
:
expire_in
:
2 days
.job-build-linux-base
:
&distcheck-linux-base
.job-build-linux-base
:
&distcheck-linux-base
stage
:
test
stage
:
test
...
@@ -54,6 +51,7 @@ build-doc-images:
...
@@ -54,6 +51,7 @@ build-doc-images:
artifacts
:
artifacts
:
paths
:
paths
:
-
doc/source/images
-
doc/source/images
expire_in
:
2 days
#################
#################
...
@@ -68,6 +66,7 @@ build-doc-images:
...
@@ -68,6 +66,7 @@ build-doc-images:
-
sphinx-build -b html source ../public
-
sphinx-build -b html source ../public
artifacts
:
artifacts
:
name
:
"
documentation"
name
:
"
documentation"
expire_in
:
2 days
paths
:
paths
:
-
public/
-
public/
...
...
Write
Preview
Supports
Markdown
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