Skip to content

Commit 9f52c1e

Browse files
committed
Updated ZIP
1 parent 635be47 commit 9f52c1e

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ hash rules:
2424
- data.minify.json
2525
- rules.minify.hash
2626

27-
bundle addon firefox:
27+
bundle addon:
2828
stage: build
2929
script:
30-
- zip ClearURLs-firefox -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
30+
- zip ClearURLs -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
3131
only:
3232
- master
3333
artifacts:
3434
paths:
35-
- ClearURLs-firefox.zip
35+
- ClearURLs.zip
3636

37-
bundle addon chrome:
38-
stage: build
39-
script:
37+
#bundle addon chrome:
38+
#stage: build
39+
#script:
4040
#- jq 'del(.applications)' manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json
41-
- zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
42-
only:
43-
- master
44-
artifacts:
45-
paths:
46-
- ClearURLs-chrome.zip
41+
#- zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
42+
#only:
43+
# - master
44+
#artifacts:
45+
# paths:
46+
# - ClearURLs-chrome.zip
4747

4848
pages:
4949
stage: deploy

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Reasoning for needed permissions can be found under [here](https://gitlab.com/Cl
4545
## CI/CD Artifacts Download (for Firefox- and Chrome-Dev only)
4646
Here you can download the packed files for the Firefox- and Chrome-Dev:
4747

48-
- [ClearURLs-firefox.zip](https://gitlab.com/ClearURLs/ClearUrls/-/jobs/artifacts/master/raw/ClearURLs-firefox.zip?job=bundle%20addon%20firefox)
49-
- [ClearURLs-chrome.zip](https://gitlab.com/ClearURLs/ClearUrls/-/jobs/artifacts/master/raw/ClearURLs-chrome.zip?job=bundle%20addon%20chrome)
48+
- [ClearURLs.zip](https://gitlab.com/ClearURLs/ClearUrls/-/jobs/artifacts/master/raw/ClearURLs-firefox.zip?job=bundle%20addon%20firefox)
5049

5150
## Test
5251
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/)

0 commit comments

Comments
 (0)