Skip to content

Commit

Permalink
Bump the run summary schema version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Apr 19, 2023
1 parent fd6092b commit d008b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/runsummary/run_summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MissingTaskLabel = "<NONEXISTENT>"
// MissingFrameworkLabel is a string to identify when a workspace doesn't detect a framework
const MissingFrameworkLabel = "<NO FRAMEWORK DETECTED>"

const runSummarySchemaVersion = "0"
const runSummarySchemaVersion = "1"
const runsEndpoint = "/v0/spaces/%s/runs"
const runsPatchEndpoint = "/v0/spaces/%s/runs/%s"
const tasksEndpoint = "/v0/spaces/%s/runs/%s/tasks"
Expand Down

0 comments on commit d008b30

Please sign in to comment.