From ea19ad1564eff7637280620596b1ba4b79039d8f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Sep 2022 20:18:19 -0400 Subject: [PATCH] *Install bash --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3aef98d..3590cc4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: node:18.5.0-alpine commands: - - apk --update --no-cache add git + - apk --update --no-cache add git bash - yarn - yarn build package: