mirror of
https://github.com/harness/drone.git
synced 2025-05-06 23:43:07 +08:00
[fix]: [ML-575]: Ai Agent Fix stage type enums (#3357)
* Fix stage enums
This commit is contained in:
parent
6b231495c1
commit
2130f7f9a4
@ -17,10 +17,10 @@ package enum
|
||||
type StageType string
|
||||
|
||||
const (
|
||||
Build StageType = "Build"
|
||||
Deploy StageType = "Deploy"
|
||||
Build StageType = "CI"
|
||||
Deploy StageType = "Deployment"
|
||||
Approval StageType = "Approval"
|
||||
Security StageType = "Security"
|
||||
Security StageType = "SecurityTests"
|
||||
Pipeline StageType = "Pipeline"
|
||||
Custom StageType = "Custom"
|
||||
Infrastructure StageType = "IACM"
|
||||
|
Loading…
Reference in New Issue
Block a user