CI: Install bash in the prepare step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 19:09:15 +00:00
parent d760e0538b
commit 798077ee63
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,7 @@ pipeline:
Prepare:
image: alpine
commands:
- apk add --no-cache bash
- bash ./builder setup
- bash ./builder deps pull toolchain
- bash ./builder deps pull bdwgc