Skip to content

Commit 5b6ac79

Browse files
authored
Merge pull request #2203 from kilfoyle/current-ms-62
ESS - Change current to MS-62
2 parents 7fb0eff + 8dd7ff1 commit 5b6ac79

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

conf.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ variables:
7171

7272
stacklivemain: &stacklivemain [ main, 7.x, 7.15, 7.14, 6.8 ]
7373

74+
cloudSaasCurrent: &cloudSaasCurrent ms-62
75+
7476
mapCloudSaasToClientsTeam: &mapCloudSaasToClientsTeam
75-
ms-61: master
77+
*cloudSaasCurrent : master
7678
mapCloudEceToClientsTeam: &mapCloudEceToClientsTeam
7779
ms-59: master
7880
ms-57: master
@@ -693,8 +695,8 @@ contents:
693695
prefix: en/cloud
694696
tags: Cloud/Reference
695697
subject: Elastic Cloud
696-
current: ms-61
697-
branches: [ {'ms-61': latest} ]
698+
current: *cloudSaasCurrent
699+
branches: [ { *cloudSaasCurrent : latest} ]
698700
index: docs/saas/index.asciidoc
699701
chunk: 1
700702
private: 1
@@ -744,8 +746,8 @@ contents:
744746
prefix: en/cloud-heroku
745747
tags: Cloud-Heroku/Reference
746748
subject: Elasticsearch Add-On for Heroku
747-
current: ms-61
748-
branches: [ {'ms-61': latest} ]
749+
current: *cloudSaasCurrent
750+
branches: [ { *cloudSaasCurrent : latest} ]
749751
index: docs/heroku/index.asciidoc
750752
chunk: 1
751753
noindex: 1

0 commit comments

Comments
 (0)