From 3cb098191c44911f1a52f02f175a189dce94d517 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 26 Feb 2024 09:09:01 +0000 Subject: [PATCH] alpine needs to add bash --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index efd7e0b..0bf6420 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -84,6 +84,7 @@ steps: integration_test: image: docker.io/alpine:latest commands: + - apk add bash - ./test.sh publish_to_crates_io: