fix(build): temporary switch artifact mirror

This commit is contained in:
MDLeom 2022-03-14 06:07:10 +00:00
parent 422b9751d5
commit d433d9b6cf
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 2 deletions

View File

@ -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://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 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 f = async () => {
let isMirror = false