From eefe7a959817624bf7925cea3328e0433d99bd10 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 23 Mar 2020 08:04:59 +0100 Subject: [PATCH] Output OS release info to stdout --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 - -- 2.40.0