From 7977e1632a81f3f5873eac759ab230a2bb1627e4 Mon Sep 17 00:00:00 2001 From: ato Date: Mon, 13 Feb 2023 23:26:27 +0100 Subject: [PATCH] ci: fix config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c40ab37..9d55a96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ name: default steps: - name: test - image: FROM rust:alpine + image: rust:alpine commands: - cargo test