From aa728302a8701ec14eaceb6f1e522e70bbc5aca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Sat, 9 Nov 2019 01:43:24 +0100 Subject: [PATCH] CI fix 2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36c2ba1..54605ea 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/data.minify.json" - sha256sum data/data.minify.json | awk '{print $1}' > rules.minify.hash artifacts: paths: