Skip to content

Commit

Permalink
Merge pull request #207 from saschagrunert/vagrant
Browse files Browse the repository at this point in the history
Make vagrant in CI available
  • Loading branch information
openshift-merge-bot[bot] authored Dec 16, 2024
2 parents 3900160 + e35bab2 commit 53e7b7b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions scripts/github-actions-setup
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/usr/bin/env bash
set -euox pipefail

apt-get update
apt-get install -y \
libvirt-daemon-system \
qemu-kvm \
vagrant
curl -fsSL https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/hashicorp.list

systemctl enable --now libvirtd
apt-get update
apt-get install -y vagrant virtualbox

0 comments on commit 53e7b7b

Please sign in to comment.