fix(core): gitlab should be included in ci-workflow ci schema (#14652)

Fixes https://github.com/nrwl/nx/issues/14632
This commit is contained in:
Altan Stalker 2023-01-26 18:44:02 -05:00 committed by GitHub
parent c7cc2c8d7f
commit 2ee9ac6680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -12,7 +12,13 @@
"ci": {
"type": "string",
"description": "CI provider.",
"enum": ["github", "circleci", "azure", "bitbucket-pipelines"],
"enum": [
"github",
"circleci",
"azure",
"bitbucket-pipelines",
"gitlab"
],
"x-prompt": {
"message": "What is your target CI provider?",
"type": "list",

View File

@ -9,7 +9,7 @@
"ci": {
"type": "string",
"description": "CI provider.",
"enum": ["github", "circleci", "azure", "bitbucket-pipelines"],
"enum": ["github", "circleci", "azure", "bitbucket-pipelines", "gitlab"],
"x-prompt": {
"message": "What is your target CI provider?",
"type": "list",