Skip to content

Commit

Permalink
chore: clean up console log
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed Apr 29, 2024
1 parent faf09b0 commit d2e84b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/wait-for-all-codebuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ const main = async () => {
const codeBuildProjectName = process.argv[4];
const codebuildWebhookTrigger = process.argv[5];
const accountForFailures: boolean = process.argv.length >= 7 && process.argv[6] === 'requirePrevJobsToSucceed';
console.log('expectedSourceVersion:', expectedSourceVersion);
console.log('jobsDependedOnFilepathOrId:', jobsDependedOnFilepathOrId);
console.log('codeBuildProjectName', codeBuildProjectName);
console.log('codebuildWebhookTrigger', codebuildWebhookTrigger);
console.log('accountForFailures', process.argv[6]);

let jobsDependedOn: string[];
if (fs.existsSync(jobsDependedOnFilepathOrId)) {
Expand Down

0 comments on commit d2e84b4

Please sign in to comment.