Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ image: markdownlint/markdownlint testcommit: script: - bin/markdownlint-wrapper $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA) - bin/markdownlint-wrapper $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA) except: [merge_requests] testmr: Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ image: markdownlint/markdownlint testcommit: script: - bin/markdownlint-wrapper $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA) - bin/markdownlint-wrapper $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA) except: [merge_requests] testmr: Loading