From 409ad83707910929b1c3bbe2c9d66683c5e2ba12 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 19 Sep 2022 09:47:32 +0000 Subject: [PATCH] ci: run "id" in query stage Some images use a non-root user. Having access to this information in the logs may help debug issues related to file owneship of cache elements. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82f7b28..59353be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,7 @@ reuse: } - gl_section_open_collapsed system_info "Querying system information" + - id - uname -a - cat /etc/os-release - free -m -- GitLab