github-actions[bot] commented on PR #39793:
URL: https://github.com/apache/doris/pull/39793#issuecomment-2319944637
#### `sh-checker report`
To get the full details, please check in the
[job]("https://github.com/apache/doris/actions/runs/10626465524") output.
<details>
<summary>shellcheck errors</summary>
```
'shellcheck ' found no issues.
```
</details>
<details>
<summary>shfmt errors</summary>
```
'shfmt ' returned error 1 finding the following formatting issues:
----------
--- regression-test/pipeline/cloud_p0/prepare.sh.orig
+++ regression-test/pipeline/cloud_p0/prepare.sh
@@ -149,7 +149,7 @@
if [[ -e output/${master_commit_file} ]]; then
# checkout to master commit and merge this pr, to ensure binary and
case are same version
master_commit=$(cat output/"${master_commit_file}")
- if merge_pr_to_master_commit "${pr_num_from_trigger}"
"${target_branch}" "${master_commit}"; then
+ if merge_pr_to_master_commit "${pr_num_from_trigger}"
"${target_branch}" "${master_commit}"; then
echo "INFO: merged done"
if [[ "${teamcity_buildType_id:-}" =~
^Doris_DorisCloudRegression_CloudP1 ]]; then
echo "INFO: 用cloud_p1/conf覆盖cloud_p0/conf"
----------
You can reformat the above files to meet shfmt's requirements by typing:
shfmt -w filename
```
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]