Rust Init #6
10
.drone.yml
10
.drone.yml
@ -1,7 +1,3 @@
|
|||||||
environment:
|
|
||||||
RUST_IMAGE:
|
|
||||||
from_secret: RUST_IMAGE
|
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: test-on-amd64
|
name: test-on-amd64
|
||||||
|
|
||||||
@ -11,6 +7,9 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: $RUST_IMAGE
|
image: $RUST_IMAGE
|
||||||
|
environment:
|
||||||
|
RUST_IMAGE:
|
||||||
|
from_secret: RUST_IMAGE
|
||||||
commands:
|
commands:
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|
||||||
@ -24,5 +23,8 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: $RUST_IMAGE
|
image: $RUST_IMAGE
|
||||||
|
environment:
|
||||||
|
RUST_IMAGE:
|
||||||
|
from_secret: RUST_IMAGE
|
||||||
commands:
|
commands:
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
Reference in New Issue
Block a user