Skip to content

Commit

Permalink
remove report third party from production task, #141
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 19, 2019
1 parent 2b6ac85 commit 89c5bd4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions js/grunt/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,18 +234,6 @@ module.exports = async function( repo, branch, brands, noninteractive, message )
grunt.log.writeln( 'Read the intro of the document to make sure that you format the entry correctly.' );
}

// Update the third-party-licenses report
grunt.log.writeln( 'Running third-party report (do not ctrl-C it)' );
await execute( gruntCommand, [ 'report-third-party' ], '../chipper' );
await gitAdd( 'sherpa', 'third-party-licenses.md' );
try {
await gitCommit( 'sherpa', `Updating third-party-licenses for deploy of ${repo} ${versionString}` );
await gitPush( 'sherpa', 'master' );
}
catch( e ) {
grunt.log.writeln( 'Third party licenses are already up-to-date' );
}

return version;
}
catch( e ) {
Expand Down

1 comment on commit 89c5bd4

@zepumph
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.