Skip to content

Commit aee432c

Browse files
committed
[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]>
1 parent bf6fa76 commit aee432c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/create-release/do-release-docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ GPG_PASSPHRASE=$GPG_PASSPHRASE
151151
RELEASE_STEP=$RELEASE_STEP
152152
USER=$USER
153153
DEBUG_MODE=$DEBUG_MODE
154+
ANSWER=$ANSWER
154155
EOF
155156

156157
JAVA_VOL=

0 commit comments

Comments
 (0)