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.
2 parents d1b2fb2 + bcb7972 commit 329d39dCopy full SHA for 329d39d
lib/config/index.js
@@ -128,7 +128,7 @@ if (config.gitlab && config.gitlab.version !== 'v4' && config.gitlab.version !==
128
config.gitlab.version = 'v4'
129
}
130
// If gitlab scope is api, enable snippets Export/import
131
-config.isGitlabSnippetsEnable = (!config.gitlab.scope || config.gitlab.scope === 'api')
+config.isGitlabSnippetsEnable = (!config.gitlab.scope || config.gitlab.scope === 'api') && config.isGitLabEnable
132
133
// Only update i18n files in development setups
134
config.updateI18nFiles = (env === Environment.development)
0 commit comments