diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-08 23:13:43 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-08 23:13:43 +0800 |
| commit | 6e25ae12ade87673b43442e2d271a9e0f92a8837 (patch) | |
| tree | c3f87aa29c3ac942672fc54dc1be13a1b9a5039c /.woodpecker.yml | |
| parent | 41f50202faaf790add312b3850cf574b11485b32 (diff) | |
| download | alicelinux-6e25ae12ade87673b43442e2d271a9e0f92a8837.tar.gz alicelinux-6e25ae12ade87673b43442e2d271a9e0f92a8837.zip | |
added curl to .woodpecker.yml
Diffstat (limited to '.woodpecker.yml')
| -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 |