From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 17:50:15 +0000 (+0100)
Subject: more debugging
X-Git-Url: http://these/git/%24%7B%60data:application/static/gitweb.js?a=commitdiff_plain;h=cdcbef088daadf6e4d273e775210afe93900f010;p=lemmy.git

more debugging
---

diff --git a/.drone.yml b/.drone.yml
index dcbe8114..691440ac 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -75,13 +75,11 @@ steps:
         path: /dieselcli
     commands:
       - cargo build
-      - ls -la target/debug/lemmy_server
 
   - name: run federation tests
     image: node:15-alpine3.12
     user: root
     commands:
-      - ls -la target/debug/lemmy_server
       - apk add bash curl
       - cd api_tests/
       - sh prepare-drone-federation-test.sh
diff --git a/api_tests/prepare-drone-federation-test.sh b/api_tests/prepare-drone-federation-test.sh
index d8f66a12..158726df 100755
--- a/api_tests/prepare-drone-federation-test.sh
+++ b/api_tests/prepare-drone-federation-test.sh
@@ -11,6 +11,10 @@ export LEMMY_CAPTCHA__ENABLED=false
 export RUST_BACKTRACE=1
 export RUST_LOG=debug
 
+pwd
+ls -la
+ls -la ..
+
 echo "start alpha"
 LEMMY_HOSTNAME=lemmy-alpha:8541 \
   LEMMY_PORT=8541 \