Issue #115: Run code quality pipeline only on dev
This commit is contained in:
parent
22d0ba078a
commit
19efeb22de
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ testing_testing:
|
||||||
|
|
||||||
sonar-scanner:
|
sonar-scanner:
|
||||||
stage: code_quality
|
stage: code_quality
|
||||||
# only:
|
only:
|
||||||
# - dev
|
- dev
|
||||||
script:
|
script:
|
||||||
- cd smart-hut
|
- cd smart-hut
|
||||||
- yarn eslint:report || true
|
- yarn eslint:report || true
|
||||||
|
|
Loading…
Reference in a new issue