Fix bad identation in Drone configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
30
.drone.yml
30
.drone.yml
@ -5,23 +5,23 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: fetch_dependencies
|
- name: fetch_dependencies
|
||||||
image: rust
|
image: rust
|
||||||
volumes:
|
volumes:
|
||||||
- name: rust_registry
|
- name: rust_registry
|
||||||
path: /usr/local/cargo/registry
|
path: /usr/local/cargo/registry
|
||||||
commands:
|
commands:
|
||||||
- cargo fetch
|
- cargo fetch
|
||||||
|
|
||||||
- name: code_quality
|
- name: code_quality
|
||||||
image: rust
|
image: rust
|
||||||
volumes:
|
volumes:
|
||||||
- name: rust_registry
|
- name: rust_registry
|
||||||
path: /usr/local/cargo/registry
|
path: /usr/local/cargo/registry
|
||||||
depends_on:
|
depends_on:
|
||||||
- fetch_dependencies
|
- fetch_dependencies
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy -- -D warnings
|
- cargo clippy -- -D warnings
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: rust
|
image: rust
|
||||||
|
Reference in New Issue
Block a user