github-actions[bot] commented on PR #29429:
URL: https://github.com/apache/doris/pull/29429#issuecomment-1875392732
#### `sh-checker report`
To get the full details, please check in the
[job]("https://github.com/apache/doris/actions/runs/7398031249") 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/performance/run-tpch.sh.orig
+++ regression-test/pipeline/performance/run-tpch.sh
@@ -54,7 +54,6 @@
if [[ -z "${commit_id}" ]]; then echo "ERROR: env commit_id not set" &&
exit 1; fi
if [[ -z "${target_branch}" ]]; then echo "ERROR: env target_branch not
set" && exit 1; fi
-
# shellcheck source=/dev/null
source "$(bash
"${teamcity_build_checkoutDir}"/regression-test/pipeline/common/get-or-set-tmp-env.sh
'get')"
if ${skip_pipeline:=false}; then echo "INFO: skip build pipline" && exit 0;
else echo "INFO: no skip"; fi
----------
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]