Add bash to the builder
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nikolai Rodionov 2023-06-01 19:57:12 +02:00
parent 8b62a744e3
commit 2cea489bd2
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 1 additions and 0 deletions

View File

@ -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