1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 18:51:08 +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
environment:
LEMMY_DATABASE_URL: postgres://ibis:password@database:5432/ibis
RUST_BACKTRACE: "1"
CARGO_HOME: .cargo_home
commands:
- which cargo
- apt-get update
- apt-get install postgresql sudo -y --no-install-recommends --no-install-suggests
- adduser testuser