aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/debug.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/debug.yaml')
-rw-r--r--.woodpecker/debug.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.woodpecker/debug.yaml b/.woodpecker/debug.yaml
index 06597a3b..db7a75be 100644
--- a/.woodpecker/debug.yaml
+++ b/.woodpecker/debug.yaml
@@ -24,8 +24,7 @@ steps:
GARAGE_TEST_INTEGRATION_EXE: result-bin/bin/garage
GARAGE_TEST_INTEGRATION_PATH: tmp-garage-integration
commands:
- - nix-build --no-build-output --attr pkgs.amd64.debug --argstr git_version ${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
- - nix-build --no-build-output --attr test.amd64
+ - 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_model-*