feat(core): add bitbucket and gitlab to create-nx-workspace (#14400)
This commit is contained in:
parent
55aba1365d
commit
2b69cd5b79
@ -35,7 +35,7 @@ The name of the application when a preset with pregenerated app is selected
|
||||
|
||||
Type: `string`
|
||||
|
||||
Choices: [github, circleci, azure]
|
||||
Choices: [github, circleci, azure, bitbucket-pipelines, gitlab]
|
||||
|
||||
Generate a CI workflow file
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ The name of the application when a preset with pregenerated app is selected
|
||||
|
||||
Type: `string`
|
||||
|
||||
Choices: [github, circleci, azure]
|
||||
Choices: [github, circleci, azure, bitbucket-pipelines, gitlab]
|
||||
|
||||
Generate a CI workflow file
|
||||
|
||||
|
||||
@ -1 +1,7 @@
|
||||
export const ciList = ['github', 'circleci', 'azure'] as const;
|
||||
export const ciList = [
|
||||
'github',
|
||||
'circleci',
|
||||
'azure',
|
||||
'bitbucket-pipelines',
|
||||
'gitlab',
|
||||
] as const;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user