mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Add CI pipeline debugging
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -59,6 +59,7 @@ jobs:
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||
sudo apt install nodejs
|
||||
matrix_os=${{ matrix.os }}
|
||||
echo "MATRIX OS IS ${matrix_os}"
|
||||
case $matrix_os in
|
||||
ubuntu-18.04)
|
||||
os_name="ubuntu~bionic"
|
||||
|
||||
9
Vagrantfile
vendored
9
Vagrantfile
vendored
@@ -15,8 +15,9 @@ Vagrant.configure('2') do |config|
|
||||
# VPN
|
||||
config.vm.network 'forwarded_port', guest: 51820, host: 51820, protocol: 'udp'
|
||||
|
||||
config.vm.provision 'ansible' do |ansible|
|
||||
ansible.playbook = 'ansible/playbook.yml'
|
||||
ansible.verbose = true
|
||||
end
|
||||
# Disabling Ansible provisioner for now in favor of a vanilla Ubuntu VM.
|
||||
# config.vm.provision 'ansible' do |ansible|
|
||||
# ansible.playbook = 'ansible/playbook.yml'
|
||||
# ansible.verbose = true
|
||||
# end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user