Skip to content

Commit d03404e

Browse files
committed
Trying some Chuck Norris trix
1 parent e6aea46 commit d03404e

File tree

6 files changed

+11
-450
lines changed

6 files changed

+11
-450
lines changed

.github/workflows/master.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ jobs:
5757
5858
- name: Compiling blacklists
5959
run: |
60-
hostlist-compiler -c tools/hostscompilerconf.json -o _public/blockrules.txt
61-
hostlist-compiler -c tools/noise.json -o _public/noise.txt
60+
hostlist-compiler -c tools/hostscompilerconf.json5 -o _public/blockrules.txt
61+
62+
- name: Compile Noice List
63+
run: |
64+
hostlist-compiler -c tools/noise.json5 -o _public/noise.txt
6265
6366
# - name: Render the rules
6467
# run: |

.gitlab-ci.yml.bak

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ run:
1616
image: node:latest
1717
script:
1818
- npm i -g @adguard/hostlist-compiler
19-
- hostlist-compiler -c tools/hostscompilerconf.json
19+
- hostlist-compiler -c tools/hostscompilerconf.json5
2020
-o _public/blockrules.txt
21-
- hostlist-compiler -c tools/noise.json -o _public/noise.txt
21+
- hostlist-compiler -c tools/noise.json5 -o _public/noise.txt
2222

2323
pages:
2424
stage: deploy

0 commit comments

Comments
 (0)