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
1798fc93
Verified
Commit
1798fc93
authored
Aug 07, 2020
by
Sven-Hendrik Haase
Browse files
Only run publish step if called via schedule
parent
3183086e
Pipeline
#838
passed with stages
in 9 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1798fc93
...
...
@@ -62,3 +62,6 @@ publish:
-
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
only
:
variables
:
-
$SCHEDULED_PUBLISH == "TRUE"
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