From b8535d8cd8b6e914a4a54f7d8c52edacfa437173 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 21 Mar 2022 18:58:09 +0000 Subject: [PATCH] Revert "ci(cf): bootstrap with tracking-filter artifact" This reverts commit d9fe822804ee0cd3cd7e0b2f3efdf9fd989ef2e7. - artifact bootstrapped, particularly github's --- src/build.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/build.js b/src/build.js index c4ecb95..98610a2 100644 --- a/src/build.js +++ b/src/build.js @@ -14,9 +14,9 @@ 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/tracking-filter/-/jobs/artifacts/main/download?job=pages' -const pipelineUrl = 'https://gitlab.com/curben/tracking-filter/badges/main/pipeline.svg' -const ghMirror = 'https://nightly.link/curbengh/tracking-filter/workflows/pages/main/public.zip' +const artifactsUrl = 'https://gitlab.com/curben/vn-badsite-filter/-/jobs/artifacts/main/download?job=pages' +const pipelineUrl = 'https://gitlab.com/curben/vn-badsite-filter/badges/main/pipeline.svg' +const ghMirror = 'https://nightly.link/curbengh/vn-badsite-filter/workflows/pages/main/public.zip' const pipelineStatus = async (url) => { try {