File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -24,26 +24,26 @@ hash rules:
24
24
- data.minify.json
25
25
- rules.minify.hash
26
26
27
- bundle addon firefox :
27
+ bundle addon :
28
28
stage : build
29
29
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/*
31
31
only :
32
32
- master
33
33
artifacts :
34
34
paths :
35
- - ClearURLs-firefox .zip
35
+ - ClearURLs.zip
36
36
37
- bundle addon chrome :
38
- stage : build
39
- script :
37
+ # bundle addon chrome:
38
+ # stage: build
39
+ # script:
40
40
# - 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
47
47
48
48
pages :
49
49
stage : deploy
Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ Reasoning for needed permissions can be found under [here](https://gitlab.com/Cl
45
45
## CI/CD Artifacts Download (for Firefox- and Chrome-Dev only)
46
46
Here you can download the packed files for the Firefox- and Chrome-Dev:
47
47
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 )
50
49
51
50
## Test
52
51
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/ )
You can’t perform that action at this time.
0 commit comments