diff --git a/config.py b/config.py index b2829d196..6bb7d0126 100644 --- a/config.py +++ b/config.py @@ -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