diff options
| -rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 1f580e55..7da00ed1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ steps: CBTOKEN: from_secret: "codeberg_token" commands: - - apk add --no-cache git build-base + - apk add --no-cache git curl - cd website - chmod +x ./build.sh - ./build.sh |