From a30199d879945044016e71812824f799f322d8d4 Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 18:38:53 +0100
Subject: [PATCH] ls lemmy bin

---
 .drone.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.drone.yml b/.drone.yml
index 7ce8f4ca..ed126c05 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -75,10 +75,12 @@ steps:
         path: /dieselcli
     commands:
       - cargo build
+      - ls -la target/debug/lemmy_server
 
   - name: run federation tests
     image: node:15-alpine3.12
     commands:
+      - ls -la target/debug/lemmy_server
       - apk add bash curl
       - cd api_tests/
       - sh prepare-drone-federation-test.sh
-- 
2.44.1