From: Magnus Jacobsson Date: Mon, 23 Mar 2020 07:04:59 +0000 (+0100) Subject: Output OS release info to stdout X-Git-Tag: stable_release_2.42.4~5^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eefe7a959817624bf7925cea3328e0433d99bd10;p=graphviz Output OS release info to stdout --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6404e606a..1f8d389d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -