Skip to content

Commit

Permalink
Disable JFrog CLI usage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
barbelity authored Jul 4, 2019
1 parent 4c331c0 commit 4504ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artifactory-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
function executeCliTask(runTaskFunc, cliDownloadUrl, cliAuthHandlers) {
process.env.JFROG_CLI_HOME = jfrogFolderPath;
process.env.JFROG_CLI_OFFER_CONFIG = false;
process.env.JFROG_CLI_REPORT_USAGE = false;
// If unspecified, use the default cliDownloadUrl of Bintray.
if (!cliDownloadUrl) {
cliDownloadUrl = jfrogCliBintrayDownloadUrl;
Expand Down

0 comments on commit 4504ee7

Please sign in to comment.