Update whitesource report on release (#23146)

This commit is contained in:
Arnout Engelen 2017-06-13 02:18:24 -07:00 committed by Johan Andrén
parent 359ed15cec
commit ee79a3d1a8

View file

@ -304,6 +304,8 @@ if [ ! $no_mima ] && [ $dry_run ]; then
echodry "Finished migration manager report"
fi
try sbt whitesourceCheckPolicies
# commit and tag this release
echolog "Committing and tagging..."
try git add .
@ -347,6 +349,14 @@ else
important git push origin --tags
fi
echolog "Uploading whitesource report"
if [ $dry_run ]; then
echodry "Not actually uploading whitesource report. Commands:"
echodry " sbt whitesourceUpdate"
else
important sbt whitesourceUpdate
fi
# push the release to the server
echolog "Pushing ${release_dir} to ${publish_path} ..."
if [ $dry_run ]; then