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
commit 7c8c5b7b9615aaa5691c845b043ceb4175516e72 Author: Hyukjin Kwon <[email protected]> AuthorDate: Fri May 23 14:41:00 2025 +0900 Revert "[SPARK-52225][BUILD][FOLLOW-UP] Change -it to -ti in Docker execution in release script" This reverts commit ef44dbd08cb05ca2fe5fd636eb02f1211d85eeb3. --- 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 d3292d1dcb19..b175dfc44637 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 "-ti") run \ +docker $([ -z "$GITHUB_ACTIONS" ] && echo "-it") run \ --env-file "$ENVFILE" \ --volume "$WORKDIR:/opt/spark-rm" \ $JAVA_VOL \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
