Skip to content
Snippets Groups Projects
Unverified Commit 1232f7ba authored by Pavel Kirilin's avatar Pavel Kirilin :alien: Committed by GitHub
Browse files

Renamed input_models 'gitlab' to 'gitlab_ci' (#57)


Co-authored-by: default avatarTevak <teva.krief@hotmail.fr>
parent a3c6c8a1
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class DatabaseType(enum.Enum):
@enum.unique
class CIType(enum.Enum):
none = "none"
gitlab_ci = "gitlab"
gitlab_ci = "gitlab_ci"
github = "github"
@enum.unique
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment