Add bash to the builder

This commit is contained in:
Nikolai Rodionov 2023-06-01 19:57:12 +02:00
parent 8b62a744e3
commit 2cea489bd2
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -12,6 +12,7 @@ steps:
- name: prepare build - name: prepare build
image: alpine image: alpine
commands: commands:
- apk update && apk add bash
- mkdir dist - mkdir dist
- cp ./kubers ./dist - cp ./kubers ./dist
- cp ./completions/_kubers ./dist - cp ./completions/_kubers ./dist