Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
entanglement.garden
rhyzome-libvirt
Commits
6d5aad3a
Commit
6d5aad3a
authored
May 03, 2022
by
finn
Browse files
download from http in ci
parent
d5252a1a
Pipeline
#5520
passed with stage
in 9 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6d5aad3a
...
...
@@ -52,11 +52,10 @@ test:
-
wget --quiet -O /tmp/step-cli.deb https://dl.step.sm/gh-release/cli/gh-release-header/v0.19.0/step-cli_0.19.0_amd64.deb && sudo apt-get install /tmp/step-cli.deb
-
sudo adduser $(whoami) libvirt
-
newgrp libvirt
-
wget --quiet -O /tmp/debian-11-generic-amd64.qcow2 https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-amd64.qcow2
-
echo -e " capability bpf,\n capability perfmon,\n rwk /var/lib/libvirt/images/*,\n" | sudo tee /etc/apparmor.d/local/abstractions/libvirt-qemu
-
sudo systemctl reload apparmor
script
:
-
go run ./cmd/rca bootstrap
--image /tmp/debian-11-generic-amd64.qcow2
-
go run ./cmd/rca bootstrap
-
go run ./cmd/rca join "$(cat join-token.txt)"
-
step ca health
variables
:
...
...
Write
Preview
Markdown
is supported
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