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:
|
||||
stage: code_quality
|
||||
# only:
|
||||
# - dev
|
||||
only:
|
||||
- dev
|
||||
script:
|
||||
- cd smart-hut
|
||||
- yarn eslint:report || true
|
||||
|
|
Loading…
Reference in a new issue