Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
0458ba20
Verified
Commit
0458ba20
authored
Aug 11, 2020
by
Sven-Hendrik Haase
Browse files
Give better names to artifact archives
parent
acc14360
Pipeline
#895
passed with stages
in 13 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0458ba20
...
...
@@ -52,6 +52,7 @@ build:qemu:
script
:
-
packer build -parallel-builds=1 -var 'headless=true' -var 'write_zeroes=yes' -only=qemu local.json
artifacts
:
name
:
"
qemu"
paths
:
-
"
Arch-Linux-x86_64-libvirt-*.box"
-
"
output-qemu"
...
...
@@ -67,6 +68,7 @@ build:virtualbox:
script
:
-
packer build -parallel-builds=1 -var 'headless=true' -var 'write_zeroes=yes' -only=virtualbox-iso local.json
artifacts
:
name
:
"
virtualbox"
paths
:
-
"
Arch-Linux-x86_64-virtualbox-*.box"
-
"
output-virtualbox-iso"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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