Skip to content

Commit 1ab5a3c

Browse files
committed
BUILD-9431: Re-add comment around shared sonar_scanner_implementation
1 parent e9da65b commit 1ab5a3c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

build-npm/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ run_standard_pipeline() {
201201

202202
if [ "${BUILD_ENABLE_SONAR}" = "true" ]; then
203203
read -ra sonar_args <<< "$BUILD_SONAR_ARGS"
204+
# This will call back to shared sonar_scanner_implementation() function
204205
# orchestrate_sonar_platforms emits its own groups
205206
orchestrate_sonar_platforms "${sonar_args[@]+${sonar_args[@]}}"
206207
fi

build-yarn/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ run_standard_pipeline() {
271271

272272
if [ "${BUILD_ENABLE_SONAR}" = "true" ]; then
273273
read -ra sonar_args <<< "$BUILD_SONAR_ARGS"
274+
# This will call back to shared sonar_scanner_implementation() function
274275
# orchestrate_sonar_platforms emits its own groups
275276
orchestrate_sonar_platforms "${sonar_args[@]+${sonar_args[@]}}"
276277
fi

0 commit comments

Comments
 (0)