Skip to content

Commit

Permalink
Cleanup debug error on VIN deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
finfa committed Feb 8, 2024
1 parent 1651890 commit fd73908
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _scripts/humanitec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ module.exports = {
if (baseEnv.status > 400) {
throw `Unable to fetch environment /orgs/${HUMANITEC_ORG}/apps/${appId}/envs/${baseEnvId}: ${baseEnv.status}`;
}

console.log(baseEnv)


// pad number with leading zeros to get to 3 digits
const paddedEnvId = envId.padStart(3, '0');

Expand Down

0 comments on commit fd73908

Please sign in to comment.