fix typo in .drone.yml

This commit is contained in:
Paul 2023-11-03 10:03:15 +01:00
parent af7f1a24a7
commit db7001c749

View File

@ -8,7 +8,7 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: test and build - name: build and test
image: rust:1 image: rust:1
pull: always pull: always
commands: commands:
@ -75,7 +75,7 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: test and build - name: build and test
image: rust:1 image: rust:1
pull: always pull: always
commands: commands: