From 9f52c1e3c861cd974e05c334eaa407d8e1255ba2 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Tue, 31 Jan 2023 22:36:55 +0100 Subject: [PATCH] Updated ZIP --- .gitlab-ci.yml | 24 ++++++++++++------------ README.md | 3 +-- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fab5cd8..ed52150 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,26 +24,26 @@ hash rules: - data.minify.json - rules.minify.hash -bundle addon firefox: +bundle addon: stage: build script: - - zip ClearURLs-firefox -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* + - zip ClearURLs -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* only: - master artifacts: paths: - - ClearURLs-firefox.zip + - ClearURLs.zip -bundle addon chrome: - stage: build - script: +#bundle addon chrome: + #stage: build + #script: #- jq 'del(.applications)' manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json - - zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* - only: - - master - artifacts: - paths: - - ClearURLs-chrome.zip + #- zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* + #only: + # - master + #artifacts: + # paths: + # - ClearURLs-chrome.zip pages: stage: deploy diff --git a/README.md b/README.md index a46fabe..76522a9 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ Reasoning for needed permissions can be found under [here](https://gitlab.com/Cl ## CI/CD Artifacts Download (for Firefox- and Chrome-Dev only) Here you can download the packed files for the Firefox- and Chrome-Dev: - - [ClearURLs-firefox.zip](https://gitlab.com/ClearURLs/ClearUrls/-/jobs/artifacts/master/raw/ClearURLs-firefox.zip?job=bundle%20addon%20firefox) - - [ClearURLs-chrome.zip](https://gitlab.com/ClearURLs/ClearUrls/-/jobs/artifacts/master/raw/ClearURLs-chrome.zip?job=bundle%20addon%20chrome) + - [ClearURLs.zip](https://gitlab.com/ClearURLs/ClearUrls/-/jobs/artifacts/master/raw/ClearURLs-firefox.zip?job=bundle%20addon%20firefox) ## Test If you want to test whether ClearURLs works correctly on your system, you can go to this test page: [https://test.clearurls.xyz/](https://test.clearurls.xyz/)