Another try. The brackets were missing.
This commit is contained in:
Kevin Röbert 2019-03-12 18:27:19 +01:00
parent b87eaa4eea
commit b9931f0d63

View File

@ -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