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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 170ea048f3 GH-44050: [CI][Integration] Execute integration test again 
(#44051)
170ea048f3 is described below

commit 170ea048f3e639770c97f7a5972b8442cd62fb22
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Sep 11 15:21:24 2024 +0900

    GH-44050: [CI][Integration] Execute integration test again (#44051)
    
    ### Rationale for this change
    
    `>` in YAML removes newlines.
    
    ### What changes are included in this PR?
    
    Use `|` instead of `>` to keep newlines.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #44050
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/integration.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index 2d19b1e59b..b73f900e61 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -100,7 +100,7 @@ jobs:
         env:
           ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
           ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
-        run: >
+        run: |
           source ci/scripts/util_enable_core_dumps.sh
           archery docker run \
             -e ARCHERY_DEFAULT_BRANCH=${{ 
github.event.repository.default_branch }} \

Reply via email to