Skip to content

Commit

Permalink
Changes [build image]
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Nov 13, 2024
1 parent 8879b40 commit 727d8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ function getPipeline(options) {
// }

return {
key: getKey(platform),
group: getLabel(platform),
key: getKey(target),
group: getLabel(target),
steps,
};
}),
Expand Down

0 comments on commit 727d8b7

Please sign in to comment.