From 2cea489bd26107475bab25a6e1383ba1f937708c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 1 Jun 2023 19:57:12 +0200 Subject: [PATCH] Add bash to the builder --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ced8775..72384f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: - name: prepare build image: alpine commands: + - apk update && apk add bash - mkdir dist - cp ./kubers ./dist - cp ./completions/_kubers ./dist