From a4560dfbd579ed7dbeeb97ac3578cabccbb4064e Mon Sep 17 00:00:00 2001 From: Justine Date: Tue, 10 Jan 2023 20:54:40 +0100 Subject: [PATCH] Update CI --- .drone.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7f9c1b5e..f613025e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,15 +3,8 @@ type: docker name: default steps: -- name: DNS test - image: alpine - commands: - - apk add --update bind-tools - - dig gitea.squi.fr - - dig github.com - - dig git.rznet.fr - name: test - image: rust:1.30 + image: rust:alpine commands: - cargo build --verbose --all