]> granicus.if.org Git - graphviz/commitdiff
Output OS release info to stdout
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 23 Mar 2020 07:04:59 +0000 (08:04 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 1 Apr 2020 09:06:03 +0000 (11:06 +0200)
.gitlab-ci.yml

index 6404e606a8caa9f43097787a4b6b56baa0f8d464..1f8d389d3b31593412326b8c3251184be71080c4 100644 (file)
@@ -49,6 +49,7 @@ portable-source:
 .build_template: &deb_build_definition
     stage: build
     script:
+        - cat /etc/os-release
         - GV_VERSION=$( cat VERSION )
         - COLLECTION=$( cat COLLECTION )
         - zcat graphviz-${GV_VERSION}.tar.gz | tar xf -