jiangxb1987 opened a new pull request #26329: [SPARK-29666][BUILD] Fix the 
publish release failure under dry-run mode
URL: https://github.com/apache/spark/pull/26329
 
 
   ### What changes were proposed in this pull request?
   
   `release-build.sh` fail to publish release under dry run mode with the 
following error message:
   ```
   /opt/spark-rm/release-build.sh: line 429: pushd: 
spark-repo-g4MBm/org/apache/spark: No such file or directory
   ```
   
   We need to at least run the `mvn clean install` command once to create the 
`$tmp_repo` path, but now those steps are all skipped under dry-run mode. This 
PR fixes the issue.
   
   ### How was this patch tested?
   
   Tested locally.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to