From a631cc1d3a5e2956320db8430b6a8847b85974c0 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 9 May 2016 11:36:38 -0500 Subject: [PATCH] CI: make sure ident is set before push --- scripts/docs/update_docs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index c1c58dfce..b63af8472 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -30,6 +30,8 @@ function run { echo "-- No changes detected for the following commit, docs not updated." echo "https://github.com/driftyco/$CIRCLE_PROJECT_REPONAME/commit/$CIRCLE_SHA1" else + git config --global user.email "hi@ionicframework.com" + git config --global user.name "Ionitron" git add -A git commit -am "Automated build of native docs driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1" # in case a different commit was pushed to ionic-site during doc/demo gen,