Skip to content

Commit 28a815d

Browse files
committed
lints
1 parent 22f2285 commit 28a815d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildkite/src/Jobs/Promote/AutoPromoteNightly.dhall

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@ in Pipeline.build
9696
# PublishPackages.publish
9797
(specs_for_branch "develop" DebianChannel.Type.Develop)
9898
# PublishPackages.publish
99-
(specs_for_branch "dkijana/port_publish_fix_master" DebianChannel.Type.Master)
99+
( specs_for_branch
100+
"dkijana/port_publish_fix_master"
101+
DebianChannel.Type.Master
102+
)
100103
}

0 commit comments

Comments
 (0)