Print OS details in the GitLab CI (!48)
Just a simple debugging aid to have the OS details printed in the GitLab CI output. Closes !48 - Remain with CentOS 7 for GitLab CI
This commit is contained in:
parent
22984637b0
commit
3140b76a80
|
@ -10,6 +10,7 @@ stages:
|
|||
- yum install -y which gnome-common yelp-tools glib2-devel intltool
|
||||
gcc-c++ libuuid-devel parted-devel gtkmm30-devel make
|
||||
polkit file
|
||||
- cat /etc/os-release
|
||||
|
||||
.ubuntu_image_template: &ubuntu_image_definition
|
||||
# Use official Ubuntu image https://hub.docker.com/_/ubuntu/.
|
||||
|
@ -19,6 +20,7 @@ stages:
|
|||
- apt-get install -y gnome-common yelp-tools libglib2.0-dev-bin
|
||||
uuid-dev libparted-dev libgtkmm-3.0-dev make
|
||||
policykit-1
|
||||
- cat /etc/os-release
|
||||
|
||||
.build_stage_template: &build_stage_definition
|
||||
stage: build
|
||||
|
|
Loading…
Reference in New Issue