ci(cd): expose build and post-deploy stages
This commit is contained in:
@@ -77,8 +77,10 @@ const CICD_STATUS_LABEL_KEYS: Record<string, string> = {
|
||||
}
|
||||
|
||||
const CICD_STAGE_LABEL_KEYS: Record<string, string> = {
|
||||
'build-and-deploy': 'cicd.stage.buildDeploy',
|
||||
'code-review': 'cicd.stage.codeReview',
|
||||
'post-deploy': 'cicd.stage.postDeploy',
|
||||
'post-deploy-checks': 'cicd.stage.postDeployChecks',
|
||||
'rollout-risk': 'cicd.stage.rolloutRisk',
|
||||
tests: 'cicd.stage.tests',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user