Skip to content

Commit

Permalink
Change status for successful from "Succeeded" to "Completed" (kubeflo…
Browse files Browse the repository at this point in the history
  • Loading branch information
pugangxa authored Jun 1, 2021
1 parent a033f33 commit 7c42346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton-catalog/any-sequencer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
)

const (
succeededStatus = "Succeeded"
succeededStatus = "Completed"
failedStatus = "Failed"
skippedStatus = "Skipped"
skipOnNoMatch = "skipOnNoMatch"
Expand Down

0 comments on commit 7c42346

Please sign in to comment.