From 46beb0d52f88af3109415866bdd0e9829d50e8a8 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 21 Dec 2021 07:34:28 +0100 Subject: update GitLb CI configuration to exclude deployArchives in case of 'feature' and 'issue' branches --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a117a89..1cd13b89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,8 @@ release_packaging: - docker except: - tags + - /^feature/.*$/i + - /^issue.*$/i before_script: - mkdir -p ~/.ssh - ssh-keyscan apps.egiz.gv.at >> ~/.ssh/known_hosts -- cgit v1.2.3