Merge pull request #27016 from akka/wip-26866-whitesource-patriknw
remove upload of whitesource report from release script, #26866
This commit is contained in:
commit
1d103227f2
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue