Skip to content

Commit

Permalink
fix to_channel default
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Dec 19, 2024
1 parent a947e3c commit e1ac096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/src/Command/PromotePackage.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let PromoteDebianSpec =
, network = Network.Type.Devnet
, codename = DebianVersions.DebVersion.Bullseye
, from_channel = DebianChannel.Type.Unstable
, to_channel = DebianChannel.Type.NightlyDevelop
, to_channel = DebianChannel.Type.Develop
, profile = Profiles.Type.Standard
, remove_profile_from_name = False
, step_key = "promote-debian-package"
Expand Down

0 comments on commit e1ac096

Please sign in to comment.