From df75c5d3639481616ffeab65fd3042cc4bff6753 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Sat, 21 Nov 2020 00:43:31 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 962d14f..dd4780c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,18 +9,9 @@ before_script: - apt-get install -y zip unzip nodejs jsonlint stages: - - test - build - deploy -test rules: - stage: test - script: - - jsonlint-php data/data.min.json - only: - changes: - - data/data.min.json - hash rules: stage: build script: @@ -32,12 +23,6 @@ hash rules: - rules.min.hash - data.minify.json - rules.minify.hash - only: - refs: - - merge_requests - - master - changes: - - data/data.min.json bundle addon: stage: build @@ -62,13 +47,4 @@ pages: - sha256sum public/data/data.minify.json | awk '{print $1}' > public/data/rules.minify.hash artifacts: paths: - - public - only: - refs: - - merge_requests - - master - changes: - - GitLabPages/* - - img/clearurls.svg - - data/data.min.json - - build_tools/minifyDataJSON.js \ No newline at end of file + - public \ No newline at end of file