From e695f70ad004d04eab9ba29d68aa1aefaa5e701a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 16 Aug 2019 19:25:52 +0300 Subject: [PATCH] Install Vagrant plugins. --- .githooks/post-merge | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.githooks/post-merge b/.githooks/post-merge index 827f705..bab8a1d 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -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 +do + echo Installing Vagrant plugins >> /dev/stderr + vagrant plugin install landrush || true + vagrant plugin install vagrant-gatling-rsync || true +done -- GitLab