Skip to content
Snippets Groups Projects
Verified Commit 16df36a3 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Fix pre-commit run.

parent 1cf1f2e6
No related branches found
No related tags found
No related merge requests found
pre commit: pre commit:
stage: preparation stage: preparation
image: $PRECOMMIT_IMAGE image: $PRECOMMIT_IMAGE
dependencies: [meta_container]
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
script: script:
- pre-commit install - pre-commit install
- pre-commit run --all-files - pre-commit run --all-files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment