1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove 'ghae' from some unit tests for automated-pipelines (#49208)

This commit is contained in:
Peter Bengtsson
2024-02-14 09:40:08 -05:00
committed by GitHub
parent 967b403ee8
commit 19a2e74475
15 changed files with 33 additions and 49 deletions

View File

@@ -330,13 +330,11 @@ async function getIndexFileVersions(directory, files) {
'enterprise-server@3.4',
'enterprise-server@3.5',
'enterprise-server@3.6',
'enterprise-server@3.7',
'github-ae@latest'
'enterprise-server@3.7'
]
and returns the frontmatter equivalent JSON:
{
fpt: '*',
ghae: '*',
ghec: '*',
ghes: '*'
}

View File

@@ -2,7 +2,6 @@
title: Article
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
---

View File

@@ -2,7 +2,6 @@
title: Articles
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
children:

View File

@@ -2,7 +2,6 @@
title: Landing page
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: rest

View File

@@ -2,7 +2,6 @@
title: Artifacts
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: rest

View File

@@ -2,7 +2,6 @@
title: Actions
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: rest

View File

@@ -2,7 +2,6 @@
title: Workflows
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: rest

View File

@@ -2,7 +2,6 @@
title: Checks
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: rest

View File

@@ -2,7 +2,6 @@
title: Suites
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: rest

View File

@@ -2,7 +2,6 @@
title: APIs
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: github-apps

View File

@@ -2,7 +2,6 @@
title: Overview
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: github-apps

View File

@@ -2,7 +2,6 @@
title: 'REST'
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
children:

View File

@@ -2,7 +2,6 @@
title: APIs
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: github-apps

View File

@@ -2,7 +2,6 @@
title: Overview
versions:
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
autogenerated: github-apps

View File

@@ -10,7 +10,6 @@ import { updateContentDirectory } from '../lib/update-markdown.js'
const versions = {
fpt: '*',
ghae: '*',
ghec: '*',
ghes: '*',
}