]> Untitled Git - lemmy.git/commitdiff
fix script location
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 20:36:50 +0000 (21:36 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 20:36:50 +0000 (21:36 +0100)
.drone.yml
api_tests/prepare-drone-federation-test.sh

index 1489b6bffa360e4af7503e288ab635a9a8fc142d..c2b1797c083e6115af07c71abd94af0a55260395 100644 (file)
@@ -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
index aadf52ad879d396041b91aaa182e0d1c92665791..9e0328a9a152e3a016ecb6f11418366a4110a0d1 100755 (executable)
@@ -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 \