Update .drone.yml
Some checks reported warnings
Some checks reported warnings
i am giving up
This commit is contained in:
parent
83b8a860d9
commit
ce134c7dbe
@ -6,7 +6,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: "${RUST_IMAGE}"
|
image: rust:1.66.1-alpine
|
||||||
commands:
|
commands:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
@ -21,7 +21,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: "${RUST_IMAGE}"
|
image: rust:1.66.1-alpine
|
||||||
commands:
|
commands:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
Reference in New Issue
Block a user