We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6287e31 commit 1ef1f37Copy full SHA for 1ef1f37
buildkite/src/Jobs/Promote/AutoPromoteNightly.dhall
@@ -12,6 +12,8 @@ let Artifacts = ../../Constants/Artifacts.dhall
12
13
let DebianChannel = ../../Constants/DebianChannel.dhall
14
15
+let DebianRepo = ../../Constants/DebianRepo.dhall
16
+
17
let Network = ../../Constants/Network.dhall
18
19
let Profiles = ../../Constants/Profiles.dhall
@@ -71,6 +73,7 @@ in Pipeline.build
71
73
[ DebianVersions.DebVersion.Bullseye
72
74
, DebianVersions.DebVersion.Focal
75
]
76
+ , debian_repo = DebianRepo.Type.Nightly
77
, channel = DebianChannel.Type.Compatible
78
, new_docker_tags = new_tags
79
, target_version = targetVersion
0 commit comments