From ff4e5a93f3c55c116cd4e2620ed4ce6522d19857 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 19:57:52 -0500 Subject: [PATCH] drone: Remove the separate stage --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 85159f1..b16902e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,10 +22,6 @@ steps: commands: - pacman -Sy --noconfirm - pacman -S --noconfirm base-devel python meson lsb-release git - - - name: test - image: archlinux:latest - commands: - make test ---