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
17b04c9f
Verified
Commit
17b04c9f
authored
Aug 15, 2020
by
Sven-Hendrik Haase
Browse files
Run only on IPv6 runners
parent
77222095
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17b04c9f
default
:
image
:
"
archlinux:latest"
variables
:
PACKER_LOG=1
stages
:
-
lint
...
...
@@ -31,6 +33,8 @@ validate-packer:
build:cloud-qemu:
stage
:
build
tags
:
-
ipv6
before_script
:
-
pacman -Syu --needed --noconfirm packer qemu-headless
script
:
...
...
@@ -43,6 +47,8 @@ build:cloud-qemu:
build:vagrant-qemu:
stage
:
build
tags
:
-
ipv6
before_script
:
-
pacman -Syu --needed --noconfirm packer qemu-headless
script
:
...
...
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