From d174ec76b81e346a209a68bb7dfa98b27951882b Mon Sep 17 00:00:00 2001 From: Tim-Paik Date: Mon, 2 May 2022 20:52:40 +0800 Subject: [PATCH] test drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 471db18..fd1c81b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,8 @@ steps: - echo '========Install the Rust toolchain========' - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && source $HOME/.cargo/env - echo '========Compile the Neutauri binary========' - - cargo build --release --bin neutauri_runtime - - cargo build --release --bin neutauri_bundler + - $HOME/.cargo/bin/cargo build --release --bin neutauri_runtime + - $HOME/.cargo/bin/cargo build --release --bin neutauri_bundler - name: gitea_release image: plugins/gitea-release