From c4241dd005ecb5503901b25cf8479ebbd3fd20b0 Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 17 Nov 2023 09:27:06 +0100 Subject: [PATCH] Update .drone.yml Moved rust version to secret --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d34cce6..7bd45fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ platform: steps: - name: test - image: rust:1.66.1 + image: ${RUST_IMAGE} commands: - rustc --version - cargo --version @@ -21,7 +21,7 @@ platform: steps: - name: test - image: rust:1.66.1 + image: ${RUST_IMAGE} commands: - rustc --version - cargo --version