Fix wrong directory in vagrantfile
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
parent
90e3a9ef32
commit
1f0561666c
|
@ -6,7 +6,7 @@ $script = <<SCRIPT
|
|||
echo "Provisioning with shell script..."
|
||||
cd /vagrant/installer
|
||||
chmod +x ogdhcp_installer.sh && ./ogdhcp_installer.sh
|
||||
cp ../tests/API-dhcp/kea-ctrl-agent.conf /etc/kea/kea-ctrl-agent.conf
|
||||
cp /vagrant/tests/API-dhcp/assets/kea-ctrl-agent.conf /etc/kea/kea-ctrl-agent.conf
|
||||
SCRIPT
|
||||
|
||||
Vagrant.configure('2') do |config|
|
||||
|
|
Loading…
Reference in New Issue