From bcc568d240a9d1cd01e4b260da1a4fda244fb1f2 Mon Sep 17 00:00:00 2001 From: zhangguoqiang <18372634969@163.com> Date: Thu, 16 Mar 2023 08:59:22 +0800 Subject: [PATCH] =?UTF-8?q?[fix](pipeline)delete=20all=20env.COMMENT=20wit?= =?UTF-8?q?hout=20"",=20avoid=20introducing=20security=20vulnera=E2=80=A6?= =?UTF-8?q?=20#17823?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto_trigger_teamcity.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto_trigger_teamcity.yml b/.github/workflows/auto_trigger_teamcity.yml index 35f6d45b8c..3b057d851b 100644 --- a/.github/workflows/auto_trigger_teamcity.yml +++ b/.github/workflows/auto_trigger_teamcity.yml @@ -56,8 +56,6 @@ jobs: echo "pull_request_num : ${pull_request_num}" echo "encoded_string : ${encoded_string}" echo "latest_commit_id : ${{ env.LATEST_COMMIT }}" - echo "comment_message : ${{ env.COMMENT }}" - if [[ "${comment_message}" =~ "run" && "${comment_message}" =~ "buildall" && ! "${comment_message}" =~ "Thanks for your contribution" ]]; then trigger_pipelines="Doris_Doris_FeUt Doris_DorisBeUt_BeUt Doris_DorisCompile_Compile Doris_Benchmark_Clickbench Doris_ArmPipeline_P0Regression ${trigger_pipelines}"