From a30199d879945044016e71812824f799f322d8d4 Mon Sep 17 00:00:00 2001 From: Felix Ableitner 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 7ce8f4ca7..ed126c053 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