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 7ed2aba commit 1e7df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function getPipeline(options) {
key += `-${distro}`;
}
if (release) {
key += `-${release}`;
key += `-${release.replace(/\./g, "")}`;
}

return key;
Expand Down

0 comments on commit 1e7df6a

Please sign in to comment.