Merge pull request #27016 from akka/wip-26866-whitesource-patriknw

remove upload of whitesource report from release script, #26866
This commit is contained in:
Patrik Nordwall 2019-05-24 11:24:29 +02:00 committed by GitHub
commit 1d103227f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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