Skip to content

Commit

Permalink
Make logs terser
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryGSC committed May 21, 2024
1 parent 9d49ab2 commit 1e6273e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ Deployment ID: ${deployment.deploymentId}
AWS Account: ${awsAccountAlias} (${awsAccountId})
Region: ${region}

To log in and view the progress of this deployment, click here:
${shortcutLink}`);
Link to deployment: ${shortcutLink}`);
await codeDeploy
.waitFor('deploymentSuccessful', {
deploymentId: deployment.deploymentId
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Deployment ID: ${deployment.deploymentId}
AWS Account: ${awsAccountAlias} (${awsAccountId})
Region: ${region}
To log in and view the progress of this deployment, click here:
${shortcutLink}`)
Link to deployment: ${shortcutLink}`)

await codeDeploy
.waitFor('deploymentSuccessful', {
Expand Down

0 comments on commit 1e6273e

Please sign in to comment.