Revert "fix(build): temporary switch artifact mirror"
This reverts commit d433d9b6cf
.
This commit is contained in:
parent
270b216f66
commit
5bb7f455d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue