Skip to content

Commit c8cf2b7

Browse files
Samuel Ortizandreeaflorescu
Samuel Ortiz
authored andcommitted
buildkite: Fix audit label indentation
Commit b3acb30 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 <[email protected]>
1 parent b3acb30 commit c8cf2b7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.buildkite/pipeline.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ steps:
204204
always-pull: true
205205
propagate-environment: true
206206

207-
- label: "cargo-audit"
208-
commands:
209-
- cargo audit -q
210-
retry:
211-
automatic: false
212-
agents:
213-
os: linux
214-
plugins:
215-
- docker#v3.0.1:
216-
image: "rustvmm/dev:v6"
217-
always-pull: true
218-
propagate-environment: true
207+
- label: "cargo-audit"
208+
commands:
209+
- cargo audit -q
210+
retry:
211+
automatic: false
212+
agents:
213+
os: linux
214+
plugins:
215+
- docker#v3.0.1:
216+
image: "rustvmm/dev:v6"
217+
always-pull: true
218+
propagate-environment: true

0 commit comments

Comments
 (0)