From 066856230642df95b9279f205f5917232ae82630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Sat, 9 Nov 2019 01:46:38 +0100 Subject: [PATCH] CI I'm tired. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 586cd11..5d85978 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ hash rules: script: - sha256sum data/data.min.json | awk '{print $1}' > rules.min.hash - node build_tools/minifyDataJSON.js "data/data.min.json" "data.minify.json" - - sha256sum data/data.minify.json | awk '{print $1}' > rules.minify.hash + - sha256sum data.minify.json | awk '{print $1}' > rules.minify.hash artifacts: paths: - rules.min.hash