Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ Quality Gate: paths: [cache] rules: - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - source .gitlab-ci.pre-commit-run.bash - pre_commit_run --hook-stage=commit Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ Quality Gate: paths: [cache] rules: - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - source .gitlab-ci.pre-commit-run.bash - pre_commit_run --hook-stage=commit Loading