Skip to content

Commit

Permalink
fix(core): gitlab should be included in ci-workflow ci schema (#14652)
Browse files Browse the repository at this point in the history
Fixes #14632
  • Loading branch information
StalkAltan committed Jan 26, 2023
1 parent c7cc2c8 commit 2ee9ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/ci-workflow/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 2ee9ac6

@vercel
Copy link

@vercel vercel bot commented on 2ee9ac6 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.