From e96e3a864b2f5efb597cf1f34701deaf79f8994e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 24 Jul 2015 15:11:50 -0700 Subject: [PATCH] Use --global --- prepareDeployTarget.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/prepareDeployTarget.sh b/prepareDeployTarget.sh index a9a812f..30f1ed6 100644 --- a/prepareDeployTarget.sh +++ b/prepareDeployTarget.sh @@ -33,8 +33,12 @@ fi # install git sudo apt-get update sudo apt-get install -y git -git config user.name e2etest -git config user.email e2etest@cloudron.io +echo $HOME +env +echo $USER +ls -la $HOME/ +git config --global user.name e2etest +git config --global user.email e2etest@cloudron.io # install node v0.12 https://github.com/nodesource/distributions sudo apt-get install -y python-software-properties python g++ make