mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
buildkite: Fix audit label indentation
Commit b3acb307f add the cargo-audit label but indentation is wrong,
making it an invalid YAML, at least from buildkite's point of view.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
committed by
Andreea Florescu
parent
b3acb307f1
commit
c8cf2b70dc
@@ -204,15 +204,15 @@ steps:
|
||||
always-pull: true
|
||||
propagate-environment: true
|
||||
|
||||
- label: "cargo-audit"
|
||||
commands:
|
||||
- cargo audit -q
|
||||
retry:
|
||||
automatic: false
|
||||
agents:
|
||||
os: linux
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "rustvmm/dev:v6"
|
||||
always-pull: true
|
||||
propagate-environment: true
|
||||
- label: "cargo-audit"
|
||||
commands:
|
||||
- cargo audit -q
|
||||
retry:
|
||||
automatic: false
|
||||
agents:
|
||||
os: linux
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "rustvmm/dev:v6"
|
||||
always-pull: true
|
||||
propagate-environment: true
|
||||
|
||||
Reference in New Issue
Block a user