]> Untitled Git - lemmy.git/commitdiff
more debugging
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 17:50:15 +0000 (18:50 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 17:50:15 +0000 (18:50 +0100)
.drone.yml
api_tests/prepare-drone-federation-test.sh

index dcbe8114379fc8e6952ed6c1458989915e039d9b..691440ace6db377d2b7d2681cb2b9a82795613f7 100644 (file)
@@ -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
index d8f66a12af3e80f441f428dbc8f0edf9fc840217..158726df4dfdee5cdc7e889739a5754495e6bcaa 100755 (executable)
@@ -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 \