mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 06:35:37 +07:00
tld
Another try. The brackets were missing.
This commit is contained in:
@@ -11,7 +11,7 @@ stages:
|
|||||||
hash rules:
|
hash rules:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- sha256sum data/data.min.json | awk 'print $1' > rules.min.hash
|
- sha256sum data/data.min.json | awk '{print $1}' > rules.min.hash
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- rules.min.hash
|
- rules.min.hash
|
||||||
|
|||||||
Reference in New Issue
Block a user