We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0030e65 commit e116793Copy full SHA for e116793
scripts/download.js
@@ -63,7 +63,7 @@ async function run() {
63
}
64
65
// temporarily hardcode versions until we unblock automated updates
66
- const currentGhesVersions = [...(await getCurrentVersions())];
+ const currentGhesVersions = [...(await getCurrentVersions())].filter(version => version !== "3.7");
67
68
for (const folder of data) {
69
const { name } = folder;
0 commit comments