From b7454efd3ca3f19df5f71331373a788578b454fd Mon Sep 17 00:00:00 2001 From: Pablo Porto Date: Sat, 31 Jan 2015 01:34:27 +0000 Subject: [PATCH] Removed Git coupling from deployment sscript --- scripts/deploy.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index ccd03ee..015518b 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -7,14 +7,6 @@ sudo -v cloujera_container_name="cloujera" cloujera_image_tag=$cloujera_container_name -echo "==> pulling most recent version (git)" -# FIXME: it would be nice to checkout to avoid weird -# stuff happening, but it's really easy to run this -# script fortest in the vagrant VM in /vagrant -# and lose work this way... -# git checkout . -git pull - echo "==> Building CLJS" lein cljsbuild once