aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/release.yaml
diff options
context:
space:
mode:
authorAlex <lx@deuxfleurs.fr>2025-01-27 17:36:27 +0000
committerAlex <lx@deuxfleurs.fr>2025-01-27 17:36:27 +0000
commit5e3e1f4453dacc814c79bbec08cd5acadb2ce4d0 (patch)
tree16b7adb0ebc13477bf68014c3d70be1833541fd5 /.woodpecker/release.yaml
parent0156e40c9d8015b81f80f12f058564288fdb304c (diff)
parentbb3e0f7d22eae49842dd61d0ee6463222aa1a5ea (diff)
downloadgarage-5e3e1f4453dacc814c79bbec08cd5acadb2ce4d0.tar.gz
garage-5e3e1f4453dacc814c79bbec08cd5acadb2ce4d0.zip
Merge pull request 'fix problems with CI doing work multiple times' (#936) from woodpecker-simplify into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/936
Diffstat (limited to '.woodpecker/release.yaml')
-rw-r--r--.woodpecker/release.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml
index 3f4a40a0..a2328d5e 100644
--- a/.woodpecker/release.yaml
+++ b/.woodpecker/release.yaml
@@ -23,7 +23,6 @@ steps:
- name: check is static binary
image: nixpkgs/nix:nixos-22.05
commands:
- - nix-build --no-build-output --attr pkgs.${ARCH}.release --argstr git_version ${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
- nix-shell --attr ci --run "./script/not-dynamic.sh result-bin/bin/garage"
- name: integration tests