From 722df04af0ba3b4f89801bbbed0d144093e95736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Sat, 9 Nov 2019 01:44:58 +0100 Subject: [PATCH] CI location fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54605ea..586cd11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ hash rules: stage: build script: - sha256sum data/data.min.json | awk '{print $1}' > rules.min.hash - - node build_tools/minifyDataJSON.js "data/data.min.json" "data/data.minify.json" + - node build_tools/minifyDataJSON.js "data/data.min.json" "data.minify.json" - sha256sum data/data.minify.json | awk '{print $1}' > rules.minify.hash artifacts: paths: