Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.6, 3.0.0, 3.1.0
-
None
Description
As I was trying to do the release using the docker
dev/create-release/do-release-docker.sh
script, there were some failures.
- If the release manager password contains a char, that is not allowed in URL, then it fails the build at the clone spark step.
- If the .gitignore file is missing, it fails the build at rm .gitignore step.