From 1c09e07648ae71ef9fc0c0136706c647579a4a6d Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Fri, 24 May 2019 09:11:09 +0200 Subject: [PATCH] remove upload of whitesource report from release script, #26866 * to avoid it for milestones * will be done by Travis on tag build instead --- project/scripts/release | 8 -------- 1 file changed, 8 deletions(-) diff --git a/project/scripts/release b/project/scripts/release index ae7f5038fa..3d1875f54f 100755 --- a/project/scripts/release +++ b/project/scripts/release @@ -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