Skip to content

Commit 6287e31

Browse files
committed
revert hardcoded compatible
1 parent 496f3aa commit 6287e31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildkite/src/Jobs/Promote/AutoPromoteNightly.dhall

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ let new_tags =
3232
-> \(commit : Text)
3333
-> \(latestGitTag : Text)
3434
-> \(todayDate : Text)
35-
-> [ "latest-compatible"
36-
, "${todayDate}-compatible"
37-
, "${latestGitTag}.${todayDate}-compatible"
35+
-> [ "latest-${branch}"
36+
, "${todayDate}-${branch}"
37+
, "${latestGitTag}.${todayDate}-${branch}"
3838
]
3939

4040
let targetVersion =

0 commit comments

Comments
 (0)