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", ], },