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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 03c1235d9a2 branch-3.0: [chore](cloud) Remove set -eo pipefail when 
start ms #50679 (#50693)
03c1235d9a2 is described below

commit 03c1235d9a2e5b1f269689eabd3591124301ce59
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 13 22:11:17 2025 +0800

    branch-3.0: [chore](cloud) Remove set -eo pipefail when start ms #50679 
(#50693)
    
    Cherry-picked from #50679
    
    Co-authored-by: Gavin Chou <[email protected]>
---
 cloud/script/start.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cloud/script/start.sh b/cloud/script/start.sh
index 9e906d5162d..abb944f2412 100644
--- a/cloud/script/start.sh
+++ b/cloud/script/start.sh
@@ -16,8 +16,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-set -eo pipefail
-
 curdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
 
 DORIS_HOME="$(


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

Reply via email to