We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c6c8a commit 1232f7bCopy full SHA for 1232f7b
1 file changed
fastapi_template/input_model.py
@@ -15,7 +15,7 @@ class DatabaseType(enum.Enum):
15
@enum.unique
16
class CIType(enum.Enum):
17
none = "none"
18
- gitlab_ci = "gitlab"
+ gitlab_ci = "gitlab_ci"
19
github = "github"
20
21
0 commit comments