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 70dac85725bb [SPARK-52178][BUILD][FOLLOW-UP] Pass ANSWER environment
variable to Docker container
70dac85725bb is described below
commit 70dac85725bbffc1b892c5cb368d4a697b0d027d
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue May 20 14:10:00 2025 +0900
[SPARK-52178][BUILD][FOLLOW-UP] Pass ANSWER environment variable to Docker
container
### What changes were proposed in this pull request?
This PR is a followup of
[SPARK-52178](https://issues.apache.org/jira/browse/SPARK-52178) that makes
release scripts respects `ANSWER` variable within the Docker container
### Why are the changes needed?
So we can release automatically.
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
Manually tested.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #50948 from HyukjinKwon/SPARK-52178-followup.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit aee432cb2061802c99a3b5c75562fbb9ec5acaa1)
Signed-off-by: Hyukjin Kwon <[email protected]>
---
dev/create-release/do-release-docker.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/create-release/do-release-docker.sh
b/dev/create-release/do-release-docker.sh
index 58543faa36ac..612242e6b6ea 100755
--- a/dev/create-release/do-release-docker.sh
+++ b/dev/create-release/do-release-docker.sh
@@ -151,6 +151,7 @@ GPG_PASSPHRASE=$GPG_PASSPHRASE
RELEASE_STEP=$RELEASE_STEP
USER=$USER
DEBUG_MODE=$DEBUG_MODE
+ANSWER=$ANSWER
EOF
JAVA_VOL=
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]