INFRA-2104 | Deepak Jain | removing cluster env var from pipeline generation

This commit is contained in:
deepak jain
2023-09-18 15:48:13 +05:30
parent 1093acc2ab
commit ce5f767835

View File

@@ -77,7 +77,6 @@ local groupMap = {
environment_variables: {
ENVIRONMENT: pipeline.env,
APP_NAME: name,
CLUSTER: '<CLUSTER NAME>'
},
stages: stage_util.getStages(pipeline),
},