Skip to content

Commit c15547b

Browse files
authored
Merge pull request #16641 from MinaProtocol/dkijania/disable_publishing_to_debian
[CI] Disable publishing debians to debian repo
2 parents 853c325 + a336f37 commit c15547b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/src/Jobs/TearDown/PublishDebians.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ in Pipeline.build
3838
DebianVersions.dirtyWhen DebianVersions.DebVersion.Bullseye
3939
, path = "TearDown"
4040
, name = name
41-
, tags = [ PipelineTag.Type.TearDown ]
41+
, tags = [] : List PipelineTag.Type
4242
, mode = PipelineMode.Type.Stable
4343
}
4444
, steps =

0 commit comments

Comments
 (0)