mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
find the binary
This commit is contained in:
parent
9cb7680211
commit
b61bfcefa7
2 changed files with 6 additions and 2 deletions
|
@ -61,10 +61,16 @@ steps:
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:1.47.0
|
||||||
commands:
|
commands:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
|
- ls -la target/
|
||||||
|
- ls -la target/release/
|
||||||
|
- ls -la target/release/lemmy_server
|
||||||
|
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
image: node:15-alpine3.12
|
image: node:15-alpine3.12
|
||||||
commands:
|
commands:
|
||||||
|
- ls -la target/
|
||||||
|
- ls -la target/release/
|
||||||
|
- ls -la target/release/lemmy_server
|
||||||
- apk add bash curl postgresql-client
|
- apk add bash curl postgresql-client
|
||||||
- bash api_tests/prepare-drone-federation-test.sh
|
- bash api_tests/prepare-drone-federation-test.sh
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
|
|
|
@ -11,8 +11,6 @@ export LEMMY_CAPTCHA__ENABLED=false
|
||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=1
|
||||||
export RUST_LOG=debug
|
export RUST_LOG=debug
|
||||||
|
|
||||||
ls -la target/release/lemmy_server
|
|
||||||
|
|
||||||
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 a new issue