This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 44b35bfe797 [chore](ci) fix ak sk of cloud regression (#31372)
44b35bfe797 is described below

commit 44b35bfe7972b0a1a3b1ab088984c84b6d3c6864
Author: Dongyang Li <[email protected]>
AuthorDate: Sat Feb 24 21:08:47 2024 +0800

    [chore](ci) fix ak sk of cloud regression (#31372)
    
    Co-authored-by: stephen <[email protected]>
---
 regression-test/pipeline/cloud_p0/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/pipeline/cloud_p0/run.sh 
b/regression-test/pipeline/cloud_p0/run.sh
index 3825f9f5257..fe27ad08f88 100644
--- a/regression-test/pipeline/cloud_p0/run.sh
+++ b/regression-test/pipeline/cloud_p0/run.sh
@@ -47,8 +47,8 @@ run() {
     shopt -s inherit_errexit
 
     cd "${teamcity_build_checkoutDir}" || return 1
-    echo "ak=${cos_ak}" 
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
-    echo "sk=${cos_sk}" 
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+    echo "ak='${cos_ak}'" 
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+    echo "sk='${cos_sk}'" 
>>"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
     cp -f 
"${teamcity_build_checkoutDir}"/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
 \
         "${teamcity_build_checkoutDir}"/regression-test/conf/
     if "${teamcity_build_checkoutDir}"/run-regression-test.sh \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to