fix(core): add missing supported CI providers to NxCloud type (#29008)
This commit is contained in:
parent
79855a5471
commit
60a9f81dac
@ -2,7 +2,14 @@ import { CLIOutput } from '../output';
|
|||||||
import { getMessageFactory } from './messages';
|
import { getMessageFactory } from './messages';
|
||||||
import * as ora from 'ora';
|
import * as ora from 'ora';
|
||||||
|
|
||||||
export type NxCloud = 'yes' | 'github' | 'circleci' | 'skip';
|
export type NxCloud =
|
||||||
|
| 'yes'
|
||||||
|
| 'github'
|
||||||
|
| 'gitlab'
|
||||||
|
| 'azure'
|
||||||
|
| 'bitbucket-pipelines'
|
||||||
|
| 'circleci'
|
||||||
|
| 'skip';
|
||||||
|
|
||||||
export function readNxCloudToken(directory: string) {
|
export function readNxCloudToken(directory: string) {
|
||||||
const nxCloudSpinner = ora(`Checking Nx Cloud setup`).start();
|
const nxCloudSpinner = ora(`Checking Nx Cloud setup`).start();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user