Skip to content

Commit

Permalink
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 dc02549 commit 1651890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _scripts/humanitec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ module.exports = {
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 1651890

Please sign in to comment.