From c2410d9f7bea35e96174845e13720adbf7936534 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 23 Jul 2015 20:15:12 -0700 Subject: [PATCH] Configure git username and email --- prepareDeployTarget.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepareDeployTarget.sh b/prepareDeployTarget.sh index 1d70208..a9a812f 100644 --- a/prepareDeployTarget.sh +++ b/prepareDeployTarget.sh @@ -33,6 +33,8 @@ 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 # install node v0.12 https://github.com/nodesource/distributions sudo apt-get install -y python-software-properties python g++ make