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>2015-03-06 08:59:18 +0300
committerChris Rebert <github@rebertia.com>2015-03-06 08:59:18 +0300
commit0f92fbf73e52e55d25f8519651665edb8ddfd2dd (patch)
treebc08bf605af671930d671bf2f05cc2cd895fee5d
parent838cae802485e40f9e7bd3b5b55493ffac95e2f0 (diff)
never commit permissions changes; fixes #4
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 23efafc..e95bb74 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,6 +33,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", "core.fileMode", "false"]
RUN ["git", "config", "user.name", "Bootstrap's Grunt bot"]
RUN ["git", "config", "user.email", "twbs-grunt@users.noreply.github.com"]
RUN ["npm", "install"]