diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2015-02-10 16:55:00 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2015-02-10 16:56:24 -0200 |
commit | f27a5ce3a56cb3e70adcaf21ad97d79e8c26330b (patch) | |
tree | 7f3dfe0584393a3a6cf57a1107837490bd2f9787 /provisioning | |
parent | 383dadae308afdf803e502c50b7502b902925242 (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.
Diffstat (limited to 'provisioning')
-rwxr-xr-x | provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 4 |
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 |