Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Aug 11, 2023
1 parent 6bcf092 commit 0119012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pipeline.build
S.strictlyEnd (S.contains "rust-toolchain.toml")
],
path = "Release",
name = "MinaToolchainArtifact",
name = "MinaToolchainArtifactBullseye",
stage = PipelineStage.Type.Stage2

},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pipeline.build
S.strictlyEnd (S.contains "rust-toolchain.toml")
],
path = "Release",
name = "MinaToolchainArtifact",
name = "MinaToolchainArtifactBuster",
stage = PipelineStage.Type.Stage2,
mode = PipelineMode.Type.Stable
},
Expand Down

0 comments on commit 0119012

Please sign in to comment.