This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 2e0ae5a1fa0a [SPARK-52178][BUILD][FOLLOW-UP] Pass ANSWER environment
variable to Docker container
2e0ae5a1fa0a is described below
commit 2e0ae5a1fa0aa9f9b519d68dea17d4c7cc491f2c
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 19f99850f469..b624a2430745 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]