We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b96bc commit 7370e09Copy full SHA for 7370e09
.gitlab-ci.yml
@@ -55,6 +55,8 @@ pages:
55
- sha256sum public/data/data.min.json | awk '{print $1}' > public/data/rules.min.hash
56
- node build_tools/minifyDataJSON.js "public/data/data.min.json" "public/data/data.minify.json"
57
- sha256sum public/data/data.minify.json | awk '{print $1}' > public/data/rules.minify.hash
58
+ only:
59
+ - master
60
artifacts:
61
paths:
62
- public
0 commit comments