Skip to content

Commit

Permalink
feat: add StatusCanceled (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Meinen committed Aug 20, 2020
1 parent 3936a61 commit 5218860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constants/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const (
// StatusKilled defines the status type for build and step killed statuses.
StatusKilled = "killed"

// StatusCanceled defines the status type for build and step canceled statuses.
StatusCanceled = "canceled"

// StatusPending defines the status type for build and step pending statuses.
StatusPending = "pending"

Expand Down

0 comments on commit 5218860

Please sign in to comment.