diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-25 20:39:03 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-25 20:39:03 +0100 |
commit | a3b7c488300b9b231959663bbd2dd96a4a452ec0 (patch) | |
tree | 7c195147b9e49177b8e0c9da56141955a7e47688 /.gitlab-ci.yml | |
parent | db3d586b9937e8a556c499faa485a2d9e4a03f81 (diff) | |
download | EAAF-Components-a3b7c488300b9b231959663bbd2dd96a4a452ec0.tar.gz EAAF-Components-a3b7c488300b9b231959663bbd2dd96a4a452ec0.tar.bz2 EAAF-Components-a3b7c488300b9b231959663bbd2dd96a4a452ec0.zip |
optimize GitLab CI config
- remove CodeQualitiy because it's currently not working on available runners
- exclude 'publish' stage for 'feature' branches
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |