Skip to content

Commit e116793

Browse files
committed
build: temporarily filter out GHES 3.7
It's EoL date was pushed back and we already removed support
1 parent 0030e65 commit e116793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function run() {
6363
}
6464

6565
// temporarily hardcode versions until we unblock automated updates
66-
const currentGhesVersions = [...(await getCurrentVersions())];
66+
const currentGhesVersions = [...(await getCurrentVersions())].filter(version => version !== "3.7");
6767

6868
for (const folder of data) {
6969
const { name } = folder;

0 commit comments

Comments
 (0)