From 9b5cbea2b94411dfe5a8447d06b3d8dfe1c8903d Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Fri, 3 Dec 2021 15:37:12 -0600 Subject: [PATCH] pull always --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 14ca46b..3615539 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - name: clippy image: asonix/rust-builder:amd64-latest + pull: always commands: - rustup component add clippy - cargo clippy --no-default-features @@ -49,6 +50,7 @@ steps: - name: tests image: asonix/rust-builder:amd64-latest + pull: always commands: - cargo test @@ -75,6 +77,7 @@ steps: - name: build image: asonix/rust-builder:amd64-latest + pull: always commands: - cargo check --target=x86_64-unknown-linux-musl - cargo build --target=x86_64-unknown-linux-musl --release @@ -102,6 +105,7 @@ steps: - name: build image: asonix/rust-builder:arm64v8-latest + pull: always commands: - cargo check --target=aarch64-unknown-linux-musl - cargo build --target=aarch64-unknown-linux-musl --release @@ -129,6 +133,7 @@ steps: - name: build image: asonix/rust-builder:arm32v7-latest + pull: always commands: - cargo check --target=armv7-unknown-linux-musleabihf - cargo build --target=armv7-unknown-linux-musleabihf --release