diff --git a/.woodpecker.yml b/.woodpecker.yml index 4aa08ab..978366a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,9 +2,7 @@ pipeline: build: image: nixos/nix:latest commands: - - nix-shell - - cargo check - - cargo build --release --target aarch64-unknown-linux-musl + - nix-shell --run cargo build --release --target aarch64-unknown-linux-musl publish: image: woodpeckerci/plugin-gitea-release settings: