Skip to content

Commit 5d31852

Browse files
committed
changes reverted
1 parent 09a4fc3 commit 5d31852

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/cdPipeline/CDPipeline.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ export default class CDPipeline extends Component<CDPipelineProps, CDPipelineSta
271271
description: env.description,
272272
isVirtualEnvironment: env.isVirtualEnvironment, //Virtual environment is valid for virtual cluster on selection of environment
273273
allowedDeploymentTypes: env.allowedDeploymentTypes || [],
274-
isDigestEnforcedForEnv: env.isDigestEnforcedForEnv,
275274
}
276275
})
277276
environments = environments.sort((a, b) => {
@@ -778,7 +777,6 @@ export default class CDPipeline extends Component<CDPipelineProps, CDPipelineSta
778777
}
779778
pipeline.preStage.config = pipeline.preStage.config.replace(/^\s+|\s+$/g, '')
780779
pipeline.postStage.config = pipeline.postStage.config.replace(/^\s+|\s+$/g, '')
781-
pipeline.isDigestEnforcedForEnv = this.state.environments.find((env) => env.id === pipelineConfig.environmentId).isDigestEnforcedForEnv
782780

783781
if (this.state.pipelineConfig.isVirtualEnvironment) {
784782
pipeline.deploymentAppType =

0 commit comments

Comments
 (0)