Update whitesource report on release (#23146)
This commit is contained in:
parent
359ed15cec
commit
ee79a3d1a8
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue