From 657b0838f9724bf7dad2d009be5121f70502dc6a Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 19 Jan 2021 11:18:57 +0100 Subject: [PATCH] nothing should happen in ci without a tag --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b59c83c..b12ebcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,8 @@ build: - hottis - linux - docker + rules: + - if: $CI_COMMIT_TAG artifacts: paths: - dist.tgz