diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 797f2fb..ced68bd 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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