1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-23 08:41:09 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 12:31:10 +01:00
parent 5ac5b4168f
commit b32dea3eb4

View file

@ -6,9 +6,9 @@ steps:
image: *rust_image image: *rust_image
environment: environment:
LEMMY_DATABASE_URL: postgres://ibis:password@database:5432/ibis LEMMY_DATABASE_URL: postgres://ibis:password@database:5432/ibis
RUST_BACKTRACE: "1"
CARGO_HOME: .cargo_home CARGO_HOME: .cargo_home
commands: commands:
- which cargo
- apt-get update - apt-get update
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests - apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
- adduser testuser - adduser testuser