mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
more debugging
This commit is contained in:
parent
fadb2b46f5
commit
cdcbef088d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue