Rust Init #6
12
.drone.yml
12
.drone.yml
@ -1,16 +1,12 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: test-on-amd64
|
name: test-on-amd64
|
||||||
|
|
||||||
environment:
|
|
||||||
RUST_IMAGE:
|
|
||||||
from_secret: RUST_IMAGE
|
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: ${RUST_IMAGE}
|
image: "${RUST_IMAGE}"
|
||||||
commands:
|
commands:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
@ -23,13 +19,9 @@ name: test-on-arm64
|
|||||||
platform:
|
platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
environment:
|
|
||||||
RUST_IMAGE:
|
|
||||||
from_secret: RUST_IMAGE
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: ${RUST_IMAGE}
|
image: "${RUST_IMAGE}"
|
||||||
commands:
|
commands:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
Reference in New Issue
Block a user