From b9931f0d63c50bea86c2d51a65575800eb49b5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 12 Mar 2019 18:27:19 +0100 Subject: [PATCH] tld Another try. The brackets were missing. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6aa495..8ffc1e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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