summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2015-02-10 16:55:00 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2015-02-10 16:56:24 -0200
commitf27a5ce3a56cb3e70adcaf21ad97d79e8c26330b (patch)
tree7f3dfe0584393a3a6cf57a1107837490bd2f9787
parent383dadae308afdf803e502c50b7502b902925242 (diff)
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.
-rwxr-xr-xprovisioning/modules/pixelated/files/activate_custom_node_modules.sh4
1 files changed, 0 insertions, 4 deletions
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