From a3b7c488300b9b231959663bbd2dd96a4a452ec0 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 25 Dec 2020 20:39:03 +0100 Subject: optimize GitLab CI config - remove CodeQualitiy because it's currently not working on available runners - exclude 'publish' stage for 'feature' branches --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ec05060..87cf5099 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,6 @@ variables: include: - template: Dependency-Scanning.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml - - template: Code-Quality.gitlab-ci.yml stages: - assemble @@ -62,6 +61,7 @@ publishToGitlab: stage: package except: - tags + - /^feature/.*$/i before_script: - mkdir -p ~/.ssh - ssh-keyscan apps.egiz.gv.at >> ~/.ssh/known_hosts -- cgit v1.2.3