mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
downward compatible
This commit is contained in:
@@ -9,6 +9,20 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
hash rules:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- sha256sum data/data.min.json | awk '{print $1}' > rules.min.hash
|
||||||
|
- node build_tools/minifyDataJSON.js "data/data.min.json" "data.minify.json"
|
||||||
|
- sha256sum data.minify.json | awk '{print $1}' > rules.minify.hash
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- rules.min.hash
|
||||||
|
- data.minify.json
|
||||||
|
- rules.minify.hash
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
build firefox:
|
build firefox:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user