Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 2994ef6

Browse files
author
Daryl Lozupone
committed
Remove provisioning from Vagrantfile
closes #188
1 parent a6f6b2a commit 2994ef6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Vagrantfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -360,18 +360,6 @@ Vagrant.configure(2) do |config|
360360
config.ssh.forward_agent = true
361361
config.ssh.insert_key = false
362362

363-
$provision = <<PROVISION
364-
if [ -f "/vagrant/scripts/provision.sh" ]; then
365-
bash /vagrant/scripts/provision.sh --force
366-
else
367-
rm -rf /tmp/box-scripts 2>/dev/null
368-
git clone https://github.com/wplib/box-scripts.git /tmp/box-scripts 2>/dev/null
369-
bash /tmp/box-scripts/provision.sh
370-
fi
371-
PROVISION
372-
373-
config.vm.provision "shell", inline: $provision
374-
375363
config.trigger.before :halt do
376364
run_remote "box backup-db"
377365
end

0 commit comments

Comments
 (0)