remove upload of whitesource report from release script, #26866

* to avoid it for milestones
* will be done by Travis on tag build instead
This commit is contained in:
Patrik Nordwall 2019-05-24 09:11:09 +02:00
parent dd6924465b
commit 1c09e07648

View file

@ -325,14 +325,6 @@ else
important git push origin --tags
fi
echolog "Uploading whitesource report"
if [ $dry_run ]; then
echodry "Not actually uploading whitesource report. Commands:"
echodry " sbt $RELEASE_OPT whitesourceUpdate"
else
important sbt $RELEASE_OPT whitesourceUpdate
fi
# push the release to the server
echolog "Pushing ${release_dir} to ${publish_path} ..."
if [ $dry_run ]; then