Add missing default for the gitlab feature flag

This commit is contained in:
Joseph Schorr 2015-05-04 19:04:27 -07:00
parent 783beb91eb
commit ba0fafc857

View file

@ -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