Add missing default for the gitlab feature flag
This commit is contained in:
parent
783beb91eb
commit
ba0fafc857
1 changed files with 3 additions and 0 deletions
|
@ -157,6 +157,9 @@ class DefaultConfig(object):
|
|||
# Feature Flag: Whether to support Bitbucket build triggers.
|
||||
FEATURE_BITBUCKET_BUILD = False
|
||||
|
||||
# Feature Flag: Whether to support GitLab build triggers.
|
||||
FEATURE_GITLAB_BUILD = False
|
||||
|
||||
# Feature Flag: Dockerfile build support.
|
||||
FEATURE_BUILD_SUPPORT = True
|
||||
|
||||
|
|
Reference in a new issue