fix typo in .drone.yml
This commit is contained in:
parent
af7f1a24a7
commit
db7001c749
@ -8,7 +8,7 @@ platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: test and build
|
||||
- name: build and test
|
||||
image: rust:1
|
||||
pull: always
|
||||
commands:
|
||||
@ -75,7 +75,7 @@ platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test and build
|
||||
- name: build and test
|
||||
image: rust:1
|
||||
pull: always
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user