mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 18:51:08 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue