From adefd035a3f1ed9ada45a0bfcea1653f3706cda1 Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Thu, 5 Dec 2024 12:23:34 +0100 Subject: [PATCH] adding bash --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c486f97..75a8bfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,5 @@ steps: - name: Test image: alpine commands: - - apk add --no-cache make gcc libc-dev + - apk add --no-cache make gcc libc-dev bash - make test