drone: rename check step

This commit is contained in:
Aode (lion) 2021-12-04 14:35:21 -06:00
parent e66120d210
commit 978d1db21b
1 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ steps:
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- chown -R 991:991 . - chown -R 991:991 .
- name: build - name: check
image: asonix/rust-builder:amd64-latest image: asonix/rust-builder:amd64-latest
pull: always pull: always
commands: commands:
@ -174,7 +174,7 @@ steps:
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- chown -R 991:991 . - chown -R 991:991 .
- name: build - name: check
image: asonix/rust-builder:arm64v8-latest image: asonix/rust-builder:arm64v8-latest
pull: always pull: always
commands: commands:
@ -263,7 +263,7 @@ steps:
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- chown -R 991:991 . - chown -R 991:991 .
- name: build - name: check
image: asonix/rust-builder:arm32v7-latest image: asonix/rust-builder:arm32v7-latest
pull: always pull: always
commands: commands: