From f27a5ce3a56cb3e70adcaf21ad97d79e8c26330b Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 10 Feb 2015 16:55:00 -0200 Subject: for #282 not running ./go setup as part of activate_custom_node_modules Withot this fix we would run ./go setup everytime the user does vagrant ssh. Running that should be a user option and not enforced like that. --- provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'provisioning/modules/pixelated/files/activate_custom_node_modules.sh') diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh index a8104857..ec59a183 100755 --- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh +++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh @@ -27,8 +27,4 @@ fi source /home/vagrant/user-agent-venv/bin/activate -cd /vagrant/service - -./go setup - cd /vagrant -- cgit v1.2.3