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
03db9199
Verified
Commit
03db9199
authored
Aug 07, 2020
by
Sven-Hendrik Haase
Browse files
Pass artifacts to later stages via artifacts
parent
1798fc93
Pipeline
#839
passed with stages
in 10 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
03db9199
...
...
@@ -52,6 +52,10 @@ build:
-
pacman -Syu --needed --noconfirm qemu-headless virtualbox packer
script
:
packer build -parallel-builds=1 -var 'headless=true' -var 'write_zeroes=yes' -except=vmware-iso local.json
artifacts
:
paths
:
-
"
*.box"
expire_in
:
3h
publish
:
stage
:
publish
...
...
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