tld
Another try. The brackets were missing.
This commit is contained in:
parent
b87eaa4eea
commit
b9931f0d63
|
@ -11,7 +11,7 @@ stages:
|
|||
hash rules:
|
||||
stage: build
|
||||
script:
|
||||
- sha256sum data/data.min.json | awk 'print $1' > rules.min.hash
|
||||
- sha256sum data/data.min.json | awk '{print $1}' > rules.min.hash
|
||||
artifacts:
|
||||
paths:
|
||||
- rules.min.hash
|
||||
|
|
Loading…
Reference in New Issue
Block a user