Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-12-12 22:49:28 +0300
committerChris Rebert <github@rebertia.com>2014-12-12 22:49:28 +0300
commit7c33a32a3ec56c6c8c80c9aa6e07acb5eec73f46 (patch)
tree4c16ff96dad9db2a6d68c196e4706233358d321e
parent171ef6fa1d01fad93d3549d9a4142e54c7c3ce7c (diff)
change git email address
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"]