From 948518a87d8d6f008ccc7c93e6b5ba590809ff7d Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 20 Dec 2022 10:52:42 -0600 Subject: [PATCH] Maybe we don't need *any* dependencies? --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6696e4f..b244de1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,16 +2,11 @@ kind: pipeline type: docker name: default -environment: - DEPENDENCIES: libudev-dev - steps: - name: test image: rust:bullseye pull: always commands: - - apt-get update -qq - - apt-get install -qqy $DEPENDENCIES - rustup component add clippy rustfmt - cargo fmt --check - cargo test @@ -20,8 +15,6 @@ steps: image: rust:bullseye pull: always commands: - - apt-get update -qq - - apt-get install -qqy $DEPENDENCIES - cargo publish when: ref: