mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Tweak sonar conditional
Jobs were still fireing
This commit is contained in:
parent
d3f9314139
commit
bfe4291584
@ -67,8 +67,8 @@ sonarcloud-check:
|
|||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
rules:
|
rules:
|
||||||
- exists:
|
- if: "$SONAR_TOKEN == null"
|
||||||
- $SONAR_TOKEN
|
when: never
|
||||||
- if: "$CODE_QUALITY_DISABLED"
|
- if: "$CODE_QUALITY_DISABLED"
|
||||||
when: never
|
when: never
|
||||||
- if: "$CI_COMMIT_TAG || $CI_COMMIT_BRANCH"
|
- if: "$CI_COMMIT_TAG || $CI_COMMIT_BRANCH"
|
||||||
|
Loading…
Reference in New Issue
Block a user