mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
use bash, install psql
This commit is contained in:
parent
861e38d157
commit
7b2c59bd98
2 changed files with 2 additions and 10 deletions
|
@ -81,9 +81,9 @@ steps:
|
||||||
user: root
|
user: root
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install --no-install-recommends bash curl
|
- apt-get -y install --no-install-recommends bash curl postgresql-client
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
- sh prepare-drone-federation-test.sh
|
- bash prepare-drone-federation-test.sh
|
||||||
- yarn
|
- yarn
|
||||||
- yarn api-test
|
- yarn api-test
|
||||||
|
|
||||||
|
|
|
@ -11,14 +11,6 @@ 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 ..
|
|
||||||
ls -la ../target/
|
|
||||||
ls -la ../target/debug/
|
|
||||||
ls -la ../target/debug/lemmy_server
|
|
||||||
|
|
||||||
# TODO: i suppose this doesnt run because of libc or some deps missing
|
|
||||||
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