Skip to content

chore(codebuild): wrong scope for SourceCredentials#6778

Merged
mergify[bot] merged 2 commits intoaws:masterfrom
skinny85:chore/codebuild-source-creds-scopes-fix
Mar 18, 2020
Merged

chore(codebuild): wrong scope for SourceCredentials#6778
mergify[bot] merged 2 commits intoaws:masterfrom
skinny85:chore/codebuild-source-creds-scopes-fix

Conversation

@skinny85
Copy link
Contributor

Accidentally used the parent scope for two of the SourceCredentials L2,
instead of the correct this.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Accidentally used the parent scope for two of the SourceCredentials L2,
instead of the correct `this`.
@skinny85 skinny85 requested a review from eladb March 17, 2020 19:01
@skinny85 skinny85 self-assigned this Mar 17, 2020
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Mar 17, 2020
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 85b7f4c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

super(scope, id);

new CfnSourceCredential(scope, 'Resource', {
new CfnSourceCredential(this, 'Resource', {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oouch

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: a6c4f96
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Mar 18, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 5dc1407 into aws:master Mar 18, 2020
@skinny85 skinny85 deleted the chore/codebuild-source-creds-scopes-fix branch March 18, 2020 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution/core This is a PR that came from AWS.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants