Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-25 05:40:29 +01:00
Remove verbose, otherwise the logs get filled with useless info
Dieser Commit ist enthalten in:
Ursprung
980a3e45db
Commit
aeb4b4c8a5
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -6,4 +6,4 @@ cache: cargo
|
|||
|
||||
# Nothing to install
|
||||
install: true
|
||||
script: cargo build --verbose --all-features
|
||||
script: cargo build --all-features
|
||||
|
|
|
@ -13,5 +13,5 @@ steps:
|
|||
cargo -V
|
||||
displayName: Query rust and cargo versions
|
||||
|
||||
- script : cargo build --verbose --all-features
|
||||
- script : cargo build --all-features
|
||||
displayName: 'Build project'
|
||||
|
|
Laden …
In neuem Issue referenzieren