From b87eaa4eea957c3dd8a253d93e1fe7926cb6e7d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 12 Mar 2019 18:25:22 +0100 Subject: [PATCH] hash fix ^^" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33918c7..b6aa495 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: hash rules: stage: build script: - - sha256sum data/data.min.json > rules.min.hash + - sha256sum data/data.min.json | awk 'print $1' > rules.min.hash artifacts: paths: - rules.min.hash