dockerfiles: formatting
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>master
parent
b066451b40
commit
0e17e54091
|
@ -20,4 +20,4 @@ WORKDIR /src
|
||||||
RUN --mount=type=bind,target=. \
|
RUN --mount=type=bind,target=. \
|
||||||
--mount=type=cache,target=/root/.cache \
|
--mount=type=cache,target=/root/.cache \
|
||||||
--mount=from=gitvalidation,source=/out/git-validation,target=/usr/bin/git-validation \
|
--mount=from=gitvalidation,source=/out/git-validation,target=/usr/bin/git-validation \
|
||||||
git-validation -q -range "$COMMIT_RANGE" -run short-subject,dangling-whitespace
|
git-validation -q -range "${COMMIT_RANGE}" -run short-subject,dangling-whitespace
|
||||||
|
|
Loading…
Reference in New Issue