Skip to content

Commit

Permalink
Add support for GitLab sources in CodeBuild projects (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermeyers committed May 26, 2024
1 parent be0fbe5 commit 46d9031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/validators/codebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def validate_source(self):
"CODEPIPELINE",
"GITHUB",
"GITHUB_ENTERPRISE",
"GITLAB",
"GITLAB_SELF_MANAGED",
"NO_SOURCE",
"S3",
]
Expand Down

0 comments on commit 46d9031

Please sign in to comment.