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:
parent
dd6924465b
commit
1c09e07648
1 changed files with 0 additions and 8 deletions
|
|
@ -325,14 +325,6 @@ else
|
||||||
important git push origin --tags
|
important git push origin --tags
|
||||||
fi
|
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
|
# push the release to the server
|
||||||
echolog "Pushing ${release_dir} to ${publish_path} ..."
|
echolog "Pushing ${release_dir} to ${publish_path} ..."
|
||||||
if [ $dry_run ]; then
|
if [ $dry_run ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue