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 496f3aa commit 6287e31Copy full SHA for 6287e31
buildkite/src/Jobs/Promote/AutoPromoteNightly.dhall
@@ -32,9 +32,9 @@ let new_tags =
32
-> \(commit : Text)
33
-> \(latestGitTag : Text)
34
-> \(todayDate : Text)
35
- -> [ "latest-compatible"
36
- , "${todayDate}-compatible"
37
- , "${latestGitTag}.${todayDate}-compatible"
+ -> [ "latest-${branch}"
+ , "${todayDate}-${branch}"
+ , "${latestGitTag}.${todayDate}-${branch}"
38
]
39
40
let targetVersion =
0 commit comments