From 7a0225f2d40fd2f98f208265476639895dd83ecf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Nov 2021 09:44:34 +0200 Subject: pipelines/systree.ick: log version before running debootstrap Sponsored-by: author --- pipelines/systrees.ick | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pipelines/systrees.ick b/pipelines/systrees.ick index b6da798..69aa745 100644 --- a/pipelines/systrees.ick +++ b/pipelines/systrees.ick @@ -18,6 +18,11 @@ pipelines: - packages - artifact_name actions: + - shell: | + lsb_release -a + dpkg -l debootstrap + where: host + - debootstrap: auto mirror: http://deb.debian.org/debian where: host -- cgit v1.2.1