From 39b03467aeeee10313df35404a406c671a397595 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 19 Oct 2024 15:43:39 +0200 Subject: [PATCH] Add CICD --- .woodpecker.yaml | 1 + 1 file changed, 1 insertion(+) 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