From 47a3f3b7eedc0588d21dc485f62ab0ea10135745 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Wed, 7 Feb 2024 16:24:05 +0100 Subject: [PATCH] [test] check if the image is really the problem Signed-off-by: Christian Richter --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index 3f86efd1fd..dc8bcb32aa 100644 --- a/.drone.star +++ b/.drone.star @@ -1824,6 +1824,7 @@ def docs(): "image": OC_CI_GOLANG, "environment": DRONE_HTTP_PROXY_ENV, "commands": [ + "apk update && apk add asciidoctor" "make -C docs test", ], },