From 5bb7f455d28cdd606ea6586d7e28e3dcc25a3a93 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 14 Mar 2022 07:52:11 +0000 Subject: [PATCH] Revert "fix(build): temporary switch artifact mirror" This reverts commit d433d9b6cfda5903aa1993881759f359fc03812e. --- src/build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build.js b/src/build.js index 21e6ae71..4fe2fe0b 100644 --- a/src/build.js +++ b/src/build.js @@ -13,8 +13,8 @@ const rootPath = join(__dirname, '..') const tmpPath = join(rootPath, 'tmp') const publicPath = join(rootPath, 'public') const zipPath = join(tmpPath, 'artifacts.zip') -const artifactsUrl = 'https://nightly.link/curbengh/urlhaus-filter/workflows/pages/main/public.zip' -const ghMirror = 'https://gitlab.com/curben/urlhaus-filter/-/jobs/artifacts/main/download?job=pages' +const artifactsUrl = 'https://gitlab.com/curben/urlhaus-filter/-/jobs/artifacts/main/download?job=pages' +const ghMirror = 'https://nightly.link/curbengh/urlhaus-filter/workflows/pages/main/public.zip' const f = async () => { let isMirror = false