diff --git a/src/build.js b/src/build.js index 2ad7787..491631c 100644 --- a/src/build.js +++ b/src/build.js @@ -55,7 +55,6 @@ const dl = async (project) => { const filename = project + '.zip' const link = `https://gitlab.com/malware-filter/${project}/-/jobs/artifacts/main/download?job=pages` const pipelineUrl = `https://gitlab.com/malware-filter/${project}/badges/main/pipeline.svg` - let isMirror = false console.log(`Downloading ${filename} from "${link}"`) try { @@ -73,7 +72,6 @@ const dl = async (project) => { const mirrorLink = `https://nightly.link/curbengh/${project}/workflows/pages/main/public.zip` console.log(`Downloading ${filename} from "${mirrorLink}"`) - isMirror = true try { await pipeline(