From ec13759ca636f6bd2f27d49c5114b9969c07f8e4 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 10 Dec 2020 00:24:14 +0100 Subject: [PATCH] use alt docker image --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index edf11b248..79b33c8c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,18 +3,16 @@ name: default steps: - name: cargo test - image: ekidd/rust-musl-builder:1.47.0 + image: ekidd/rust-musl-builder:experimental-stable user: root environment: LEMMY_DATABASE_URL: postgres://lemmy:password@localhost:5432/lemmy RUST_BACKTRACE: 1 RUST_TEST_THREADS: 1 - CARGO_BUILD_TARGET: x86_64-unknown-linux-musl commands: - - ls -la - - id - cargo check --all - cargo test --workspace --no-fail-fast + - mdbook build docs/ - name: run federation tests image: docker/compose:alpine-1.27.4