Skip to content

Commit

Permalink
#296 removed CONFIG variable not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ventura committed Nov 18, 2022
1 parent 42d072b commit 59f5041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion copado-function/app/Init.fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CONFIG.client_secret = process.env.client_secret;
CONFIG.auth_url = process.env.auth_url;
CONFIG.account_id = process.env.account_id;
CONFIG.credentials = `{"${CONFIG.credentialNameSource}":{"client_id":"${CONFIG.client_id}","client_secret":"${CONFIG.client_secret}","auth_url":"${CONFIG.auth_url}","account_id":"${CONFIG.account_id}"}}`;
CONFIG.gitEmail = process.env.gitEmail;

// generic
CONFIG.configFilePath = null;
Expand Down

0 comments on commit 59f5041

Please sign in to comment.