mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +00:00
drone: rename check step
This commit is contained in:
parent
e66120d210
commit
978d1db21b
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ steps:
|
|||
- git checkout $DRONE_COMMIT
|
||||
- chown -R 991:991 .
|
||||
|
||||
- name: build
|
||||
- name: check
|
||||
image: asonix/rust-builder:amd64-latest
|
||||
pull: always
|
||||
commands:
|
||||
|
@ -174,7 +174,7 @@ steps:
|
|||
- git checkout $DRONE_COMMIT
|
||||
- chown -R 991:991 .
|
||||
|
||||
- name: build
|
||||
- name: check
|
||||
image: asonix/rust-builder:arm64v8-latest
|
||||
pull: always
|
||||
commands:
|
||||
|
@ -263,7 +263,7 @@ steps:
|
|||
- git checkout $DRONE_COMMIT
|
||||
- chown -R 991:991 .
|
||||
|
||||
- name: build
|
||||
- name: check
|
||||
image: asonix/rust-builder:arm32v7-latest
|
||||
pull: always
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue