Skip to content

Commit a336f37

Browse files
committed
disable publishing to debian job by nulling the tag
1 parent 853c325 commit a336f37

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)