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: