Skip to content
Snippets Groups Projects
Commit e5f45272 authored by nimrod's avatar nimrod
Browse files

Install Vagrant plugins.

parent fa09fb66
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,9 @@ echo Configuring Git repo >> /dev/stderr
git config --local status.showUntrackedFiles no
echo Adding Cron job >> /dev/stderr
Documents/bin/cron-jobs
if command -v vagrant > /dev/null
then
echo Installing Vagrant plugins >> /dev/stderr
vagrant plugin install landrush || true
vagrant plugin install vagrant-gatling-rsync || true
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment