HyukjinKwon commented on code in PR #50911:
URL: https://github.com/apache/spark/pull/50911#discussion_r2094763883
##########
.github/workflows/release.yml:
##########
@@ -91,17 +124,26 @@ jobs:
# Wait for the release script to finish
wait $RELEASE_PID
+ if [ "$GPG_PRIVATE_KEY" = "not_used" ]; then
+ zip docker-build.zip -r spark-release/docker-build.log
+ zip output.zip -r spark-release/output
+ else:
+ zip -P $ASF_PASSWORD docker-build.zip -r
spark-release/docker-build.log
+ zip -P $ASF_PASSWORD output.zip -r spark-release/output
+ fi
+
# Once release is done, kill the tail processes
kill $TAIL_PID1 $TAIL_PID2
Review Comment:
To be safer, we could just disable all the console output at all when it is
not a dry run.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]