mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-11 01:10:29 +00:00
more debugging
This commit is contained in:
parent
fadb2b46f5
commit
cdcbef088d
@ -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
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user