From e5f452720327e3b6ece5608c43da847da758e8f2 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..fdaba7c 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
+then
+	echo Installing Vagrant plugins >> /dev/stderr
+	vagrant plugin install landrush || true
+	vagrant plugin install vagrant-gatling-rsync || true
+fi
-- 
GitLab