ci: always release and less verbose
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Didier Slof 2023-08-01 21:04:40 +02:00
parent e18f992606
commit a3cddf7946
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -14,13 +14,13 @@ steps:
check: # check if the code compiles check: # check if the code compiles
image: rust image: rust
commands: commands:
- cargo check --manifest-path bootpkg/Cargo.toml --verbose --all - cargo check --release --manifest-path bootpkg/Cargo.toml --all
- cargo check --manifest-path pkgr/Cargo.toml --verbose --all - cargo check --release --manifest-path pkgr/Cargo.toml --all
build: build:
image: rust image: rust
commands: commands:
- cargo build --release --manifest-path bootpkg/Cargo.toml --verbose --all - cargo build --release --manifest-path bootpkg/Cargo.toml --all
- cargo build --release --manifest-path pkgr/Cargo.toml --verbose --all - cargo build --release --manifest-path pkgr/Cargo.toml --all
publish: publish:
image: woodpeckerci/plugin-gitea-release image: woodpeckerci/plugin-gitea-release
settings: settings: