From 13d75f8949ca79eccfc8984ceb5f71cc024c9406 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:07:41 +1000 Subject: [PATCH] Fix test workflow --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 61641b6..8c43c0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,9 +14,6 @@ steps: - name: 🧪 Test commands: - - make certs - - cp certs/minica.pem /usr/local/share/ca-certificates/minica.crt - - update-ca-certificates - make test trigger: