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

gurwls223 pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new ef44dbd08cb0 [SPARK-52225][BUILD][FOLLOW-UP] Change -it to -ti in 
Docker execution in release script
ef44dbd08cb0 is described below

commit ef44dbd08cb05ca2fe5fd636eb02f1211d85eeb3
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Fri May 23 11:54:45 2025 +0900

    [SPARK-52225][BUILD][FOLLOW-UP] Change -it to -ti in Docker execution in 
release script
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/50945 that 
fixes it to -ti in Docker execution in release script.
    
    ### Why are the changes needed?
    
    Typo of the option.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    Manually.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #50994 from HyukjinKwon/SPARK-52225-followup.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
    (cherry picked from commit 83e57b00733d43c4ddca56055947864ae28aff08)
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 dev/create-release/do-release-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/create-release/do-release-docker.sh 
b/dev/create-release/do-release-docker.sh
index b175dfc44637..d3292d1dcb19 100755
--- a/dev/create-release/do-release-docker.sh
+++ b/dev/create-release/do-release-docker.sh
@@ -163,7 +163,7 @@ if [ -n "$JAVA" ]; then
 fi
 
 echo "Building $RELEASE_TAG; output will be at $WORKDIR/output"
-docker $([ -z "$GITHUB_ACTIONS" ] && echo "-it") run \
+docker $([ -z "$GITHUB_ACTIONS" ] && echo "-ti") run \
   --env-file "$ENVFILE" \
   --volume "$WORKDIR:/opt/spark-rm" \
   $JAVA_VOL \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to