diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-27 17:30:42 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-27 18:09:51 +0100 |
commit | bb3e0f7d22eae49842dd61d0ee6463222aa1a5ea (patch) | |
tree | 16b7adb0ebc13477bf68014c3d70be1833541fd5 /.woodpecker/debug.yaml | |
parent | 0156e40c9d8015b81f80f12f058564288fdb304c (diff) | |
download | garage-bb3e0f7d22eae49842dd61d0ee6463222aa1a5ea.tar.gz garage-bb3e0f7d22eae49842dd61d0ee6463222aa1a5ea.zip |
nix CI: reduce redundant work
Diffstat (limited to '.woodpecker/debug.yaml')
-rw-r--r-- | .woodpecker/debug.yaml | 3 |
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-* |