diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 5e81706..64cc9e1 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -18,4 +18,5 @@ steps: image: alpine name: Run the project commands: + - apk update && apk add bash - ./project.sh