Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
e0414adb
Verified
Commit
e0414adb
authored
Oct 12, 2020
by
Sven-Hendrik Haase
Browse files
Always save artifacts
This is helpful for checking out the results of merge requests, for instance.
parent
840da1e3
Pipeline
#2114
passed with stages
in 30 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e0414adb
...
...
@@ -40,6 +40,10 @@ shfmt:
-
echo "image_size_megabytes{image=\"libvirt\"} $(du -m output/*libvirt*box)" >> metrics.txt
-
echo "image_size_megabytes{image=\"virtualbox\"} $(du -m output/*virtualbox*box)" >> metrics.txt
artifacts
:
name
:
"
output"
paths
:
-
"
output/*"
expire_in
:
2d
reports
:
metrics
:
metrics.txt
dotenv
:
build.env
...
...
@@ -59,11 +63,6 @@ build:secure:
-
master
-
schedules
-
tags
artifacts
:
name
:
"
output"
paths
:
-
"
output/*"
expire_in
:
2d
tag_release
:
stage
:
publish
...
...
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