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
42476d4d
Verified
Commit
42476d4d
authored
Aug 11, 2020
by
Sven-Hendrik Haase
Browse files
Use build -force
parent
9ac67389
Pipeline
#900
passed with stages
in 24 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
42476d4d
...
...
@@ -83,7 +83,7 @@ publish:
before_script
:
-
pacman -Syu --needed --noconfirm qemu-headless virtualbox packer
script
:
-
packer build -parallel-builds=1 -var "vagrant_cloud_token=$VAGRANT_API_TOKEN" -var 'headless=true' -var 'write_zeroes=yes' -except=vmware-iso vagrant.json
-
packer build
-force
-parallel-builds=1 -var "vagrant_cloud_token=$VAGRANT_API_TOKEN" -var 'headless=true' -var 'write_zeroes=yes' -except=vmware-iso vagrant.json
only
:
variables
:
-
$SCHEDULED_PUBLISH == "TRUE"
...
...
Christian Rebischke
@shibumi
·
Aug 11, 2020
Developer
why do we need force here? for overwriting our artifacts?
why do we need force here? for overwriting our artifacts?
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