]> granicus.if.org Git - graphviz/commitdiff
Run portable-source in docker on gitlab runner
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 23 Mar 2020 06:55:00 +0000 (07:55 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 1 Apr 2020 09:06:03 +0000 (11:06 +0200)
Also changed to run for all branches.

.gitlab-ci.yml

index 381a436266195402a783dc28ad372a251d8d475b..e007f447e45fc34ab22615d82a3ec7f69d997da6 100644 (file)
@@ -6,7 +6,8 @@ stages:
 portable-source:
     stage: source
     tags:
-        - graphviz,centos7
+        - linux
+    image: "graphviz/graphviz:ubuntu-18.04"
     script:
         - ./autogen.sh
         - make dist
@@ -17,8 +18,6 @@ portable-source:
             - VERSION
             - COLLECTION
             - graphviz-*.tar.gz
-    only:
-        - master
 
 .build_template: &rpm_build_definition
     stage: build