From 120239aa0d65b4069982245c874c94ef1bd3a9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 15 Nov 2019 22:56:26 +0100 Subject: [PATCH] downward compatible --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6daf24..cfb7eb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,20 @@ stages: - build - deploy +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.minify.json" + - sha256sum data.minify.json | awk '{print $1}' > rules.minify.hash + artifacts: + paths: + - rules.min.hash + - data.minify.json + - rules.minify.hash + only: + - master + build firefox: stage: build script: