]> granicus.if.org Git - graphviz/commitdiff
Don't build anything for tags
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 6 Apr 2020 08:53:36 +0000 (10:53 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 6 Apr 2020 09:10:12 +0000 (11:10 +0200)
Appveyor fails if an attempt is made to build the same version again.

.gitlab-ci.yml

index 42e58bc438f4c78b2a7c7fcb70c7ed918737fc19..78f5e5e3085566a85d19e03953e3ba0b9e5fbddf 100644 (file)
@@ -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