more debugging

This commit is contained in:
Felix Ableitner 2020-12-10 18:50:15 +01:00
parent fadb2b46f5
commit cdcbef088d
2 changed files with 4 additions and 2 deletions

View 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

View file

@ -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 \