more debugging

pull/1335/head
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 path: /dieselcli
commands: commands:
- cargo build - cargo build
- ls -la target/debug/lemmy_server
- name: run federation tests - name: run federation tests
image: node:15-alpine3.12 image: node:15-alpine3.12
user: root user: root
commands: commands:
- ls -la target/debug/lemmy_server
- apk add bash curl - apk add bash curl
- cd api_tests/ - cd api_tests/
- sh prepare-drone-federation-test.sh - sh prepare-drone-federation-test.sh

View File

@ -11,6 +11,10 @@ export LEMMY_CAPTCHA__ENABLED=false
export RUST_BACKTRACE=1 export RUST_BACKTRACE=1
export RUST_LOG=debug export RUST_LOG=debug
pwd
ls -la
ls -la ..
echo "start alpha" echo "start alpha"
LEMMY_HOSTNAME=lemmy-alpha:8541 \ LEMMY_HOSTNAME=lemmy-alpha:8541 \
LEMMY_PORT=8541 \ LEMMY_PORT=8541 \