mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-23 04:41:10 +00:00
which
This commit is contained in:
parent
5ac5b4168f
commit
b32dea3eb4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue