Skip to content

Commit 8dd7ff1

Browse files
committed
Create cloudSaasCurrent variable
1 parent ca2a84b commit 8dd7ff1

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
@@ -70,8 +70,10 @@ variables:
7070

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

73+
cloudSaasCurrent: &cloudSaasCurrent ms-62
74+
7375
mapCloudSaasToClientsTeam: &mapCloudSaasToClientsTeam
74-
ms-62: master
76+
*cloudSaasCurrent : master
7577
mapCloudEceToClientsTeam: &mapCloudEceToClientsTeam
7678
ms-59: master
7779
ms-57: master
@@ -692,8 +694,8 @@ contents:
692694
prefix: en/cloud
693695
tags: Cloud/Reference
694696
subject: Elastic Cloud
695-
current: ms-62
696-
branches: [ {'ms-62': latest} ]
697+
current: *cloudSaasCurrent
698+
branches: [ { *cloudSaasCurrent : latest} ]
697699
index: docs/saas/index.asciidoc
698700
chunk: 1
699701
private: 1
@@ -743,8 +745,8 @@ contents:
743745
prefix: en/cloud-heroku
744746
tags: Cloud-Heroku/Reference
745747
subject: Elasticsearch Add-On for Heroku
746-
current: ms-62
747-
branches: [ {'ms-62': latest} ]
748+
current: *cloudSaasCurrent
749+
branches: [ { *cloudSaasCurrent : latest} ]
748750
index: docs/heroku/index.asciidoc
749751
chunk: 1
750752
noindex: 1

0 commit comments

Comments
 (0)