From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 20:36:50 +0000 (+0100)
Subject: fix script location
X-Git-Url: http://these/git/%22https:/image.com/static/readmes/README.ja.md?a=commitdiff_plain;h=4fd6b5f5e1b66838c8cf78170b66204e8049e368;p=lemmy.git

fix script location
---

diff --git a/.drone.yml b/.drone.yml
index 1489b6bf..c2b1797c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -66,7 +66,7 @@ steps:
     commands:
       - apt-get update
       - apt-get -y install --no-install-recommends bash curl postgresql-client
-      - bash prepare-drone-federation-test.sh
+      - bash api_tests/prepare-drone-federation-test.sh
       - cd api_tests/
       - yarn
       - yarn api-test
diff --git a/api_tests/prepare-drone-federation-test.sh b/api_tests/prepare-drone-federation-test.sh
index aadf52ad..9e0328a9 100755
--- a/api_tests/prepare-drone-federation-test.sh
+++ b/api_tests/prepare-drone-federation-test.sh
@@ -11,8 +11,6 @@ export LEMMY_CAPTCHA__ENABLED=false
 export RUST_BACKTRACE=1
 export RUST_LOG=debug
 
-ls -la target/debug/lemmy_server
-
 echo "start alpha"
 LEMMY_HOSTNAME=lemmy-alpha:8541 \
   LEMMY_PORT=8541 \