-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added CodeBuild flag 'badge_enabled' #3297
Conversation
I resolved the merge conflict, turns out I did not properly update my branch before committing to master. While merging, I kept all the changes from the upstream repository. But, to make sure everything is in order, I am trying to run the test Brian added called "testAccAWSCodeBuildProjectConfig_sourceAuth". This is the error produced: ==> Checking that code complies with gofmt requirements...
FAIL |
I will close this pull request since I referenced my master branch and I have conflicts with merges from upstream |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Closes #2836
Test output:
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -run=TestAccAWSCodeBuildProject_buildBatchUrlValidation -timeout 120m
=== RUN TestAccAWSCodeBuildProject_buildBatchUrlValidation
--- PASS: TestAccAWSCodeBuildProject_buildBatchUrlValidation (25.30s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 25.341s