aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-02-01 19:07:17 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-02-01 19:07:17 +0100
commitfe937c290195e5451f9e533e02664548817e6e13 (patch)
tree318ba12ff76dc3e435a01a246188c6a964e572f2 /.woodpecker
parent3192088aac0e1795401304a8dec715cd343538cf (diff)
parentd601f311865b8159a7bf1801dd8f43021d0b443b (diff)
downloadgarage-fe937c290195e5451f9e533e02664548817e6e13.tar.gz
garage-fe937c290195e5451f9e533e02664548817e6e13.zip
Merge branch 'main' into next-v2
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/debug.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.woodpecker/debug.yaml b/.woodpecker/debug.yaml
index db7a75be..59b139fd 100644
--- a/.woodpecker/debug.yaml
+++ b/.woodpecker/debug.yaml
@@ -26,7 +26,10 @@ steps:
commands:
- nix-build --no-build-output --attr test.amd64 --argstr git_version ${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
- ./result/bin/garage_db-*
- - ./result/bin/garage_api-*
+ - ./result/bin/garage_api_common-*
+ - ./result/bin/garage_api_s3-*
+ - ./result/bin/garage_api_k2v-*
+ - ./result/bin/garage_api_admin-*
- ./result/bin/garage_model-*
- ./result/bin/garage_rpc-*
- ./result/bin/garage_table-*