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.
1 parent b52626b commit 0f58066Copy full SHA for 0f58066
src/Pages/App/Configurations/WorkflowEditor/CreateCICDPipeline/types.ts
@@ -56,7 +56,6 @@ export interface CreateCICDPipelineData {
56
| 'savedStrategies'
57
| 'strategies'
58
| 'releaseMode'
59
- | 'triggerType'
60
| 'preStageConfigMapSecretNames'
61
| 'postStageConfigMapSecretNames'
62
| 'preBuildStage'
src/components/ciPipeline/ciPipeline.service.ts
@@ -32,7 +32,6 @@ import {
32
GetTemplateAPIRouteType,
33
getTemplateAPIRoute,
34
SourceTypeMap,
35
- PipelineFormType,
36
} from '@devtron-labs/devtron-fe-common-lib'
37
import { Routes, ViewType } from '../../config'
38
import { getSourceConfig, getWebhookDataMetaConfig } from '../../services/service'
0 commit comments