clean up the detached pipeline

This commit is contained in:
Fu Hanxi
2020-08-31 14:55:12 +08:00
parent 16e0ff273c
commit 478017e367
2 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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: