From: Magnus Jacobsson Date: Mon, 6 Apr 2020 08:53:36 +0000 (+0200) Subject: Don't build anything for tags X-Git-Tag: stable_release_2.44.0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b91b234504d954c75909cec30362893ef66170ba;p=graphviz Don't build anything for tags Appveyor fails if an attempt is made to build the same version again. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42e58bc43..78f5e5e30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ portable-source: - VERSION - COLLECTION - graphviz-*.tar.gz + except: + - tags .build_template: &rpm_build_definition stage: build @@ -43,6 +45,8 @@ portable-source: paths: - Packages/*/*/*/*/*/*.rpm - Packages/*/*/*/*/*.rpm + except: + - tags .build_template: &deb_build_definition stage: build @@ -66,6 +70,8 @@ portable-source: paths: - Packages/*/*/*/*/*/*deb - Packages/*/*/*/*/*.gz + except: + - tags centos6-build: <<: *rpm_build_definition