mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
clean up the detached pipeline
This commit is contained in:
@ -444,11 +444,11 @@ build_template_app:
|
||||
code_quality_check:
|
||||
extends: .sonar_scan_template
|
||||
dependencies:
|
||||
- clang_tidy_check_regular_for_MR_review
|
||||
- clang_tidy_check_regular
|
||||
only:
|
||||
- merge_requests
|
||||
- triggers
|
||||
script:
|
||||
- sonar-scanner -X
|
||||
- sonar-scanner
|
||||
-Dsonar.analysis.mode=preview
|
||||
-Dsonar.host.url=$SONAR_HOST_URL
|
||||
-Dsonar.login=$SONAR_LOGIN
|
||||
|
@ -197,11 +197,6 @@ clang_tidy_check:
|
||||
clang_tidy_check_regular:
|
||||
extends: .clang_tidy_check_template
|
||||
|
||||
clang_tidy_check_regular_for_MR_review:
|
||||
extends: .clang_tidy_check_template
|
||||
only:
|
||||
- merge_requests
|
||||
|
||||
clang_tidy_check_all:
|
||||
extends: .clang_tidy_check_template
|
||||
variables:
|
||||
|
Reference in New Issue
Block a user