diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-30 17:11:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-30 17:11:10 +0000 |
commit | 02ac8523ae182acadb7a9e641a22d0db30035b7c (patch) | |
tree | 134b31cf1e13e281571f5c85a0c4b1c2778cd3da /Dockerfile | |
parent | Releasing debian version 0.18.0-2. (diff) | |
download | gitlint-02ac8523ae182acadb7a9e641a22d0db30035b7c.tar.xz gitlint-02ac8523ae182acadb7a9e641a22d0db30035b7c.zip |
Merging upstream version 0.19.0~dev.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,4 +15,5 @@ ARG GITLINT_VERSION RUN apk add git RUN pip install gitlint==$GITLINT_VERSION +RUN git config --global --add safe.directory /repo ENTRYPOINT ["gitlint", "--target", "/repo"] |