From 7c33a32a3ec56c6c8c80c9aa6e07acb5eec73f46 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 12 Dec 2014 11:49:28 -0800 Subject: change git email address --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 906a003..23efafc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ WORKDIR /git-repo RUN ["git", "remote", "set-url", "origin", "https://github.com/twbs/bootstrap.git"] RUN ["git", "remote", "set-url", "--push", "origin", "git@github.com:twbs/bootstrap.git"] RUN ["git", "config", "user.name", "Bootstrap's Grunt bot"] -RUN ["git", "config", "user.email", "gruntworker@getbootstrap.com"] +RUN ["git", "config", "user.email", "twbs-grunt@users.noreply.github.com"] RUN ["npm", "install"] ENTRYPOINT ["/app/gruntworker.sh"] -- cgit v1.2.3