👷 Run cargo deny only if we're able to build the web docker image
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
This commit is contained in:
@@ -14,14 +14,6 @@ steps:
|
||||
# Not ready to block PR on fail
|
||||
failure: ignore
|
||||
|
||||
- name: audit - depedencies
|
||||
image: rust:1.86
|
||||
commands: |
|
||||
cargo install --locked cargo-deny
|
||||
cargo deny check
|
||||
# Not ready to block PR on fail
|
||||
failure: ignore
|
||||
|
||||
- name: build - web (dockerize)
|
||||
image: woodpeckerci/plugin-kaniko
|
||||
settings:
|
||||
@@ -32,6 +24,14 @@ steps:
|
||||
from_secret: registry-password
|
||||
dry-run: true
|
||||
|
||||
- name: audit - dependencies
|
||||
image: rust:1.86
|
||||
commands: |
|
||||
cargo install --locked cargo-deny
|
||||
cargo deny check
|
||||
# Not ready to block PR on fail
|
||||
failure: ignore
|
||||
|
||||
when:
|
||||
- event: pull_request
|
||||
# - event: push
|
||||
|
Reference in New Issue
Block a user