diff --git a/.drone.yml b/.drone.yml index 860f3d3..26a838d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,3 @@ -environment: - RUST_IMAGE: - from_secret: RUST_IMAGE - kind: pipeline name: test-on-amd64 @@ -11,6 +7,9 @@ platform: steps: - name: test image: $RUST_IMAGE + environment: + RUST_IMAGE: + from_secret: RUST_IMAGE commands: - cargo test --verbose --all @@ -24,5 +23,8 @@ platform: steps: - name: test image: $RUST_IMAGE + environment: + RUST_IMAGE: + from_secret: RUST_IMAGE commands: - cargo test --verbose --all \ No newline at end of file