From c5b459daeedd1e219fe34a9105112a19ecd10c87 Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 17 Nov 2023 08:23:48 +0100 Subject: [PATCH] moved environment to each arch --- .drone.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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