tld
Another try. The brackets were missing.
This commit is contained in:
parent
b87eaa4eea
commit
b9931f0d63
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user