From 1c1116eb29672e7ecfea8f7df48e4065d046e1bb Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:39:45 +0200 Subject: [PATCH] ci: always release and less verbose --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c706c2d..5a98af8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,13 +14,13 @@ steps: check: # check if the code compiles image: rust commands: - - cargo check --manifest-path bootpkg/Cargo.toml --verbose --all - - cargo check --manifest-path pkgr/Cargo.toml --verbose --all + - cargo check --release --manifest-path bootpkg/Cargo.toml --all + - cargo check --release --manifest-path pkgr/Cargo.toml --all build: image: rust commands: - - cargo build --release --manifest-path bootpkg/Cargo.toml --verbose --all - - cargo build --release --manifest-path pkgr/Cargo.toml --verbose --all + - cargo build --release --manifest-path bootpkg/Cargo.toml --all + - cargo build --release --manifest-path pkgr/Cargo.toml --all publish: image: woodpeckerci/plugin-gitea-release settings: