mirror of
https://github.com/maplibre/martin.git
synced 2024-12-30 18:39:02 +03:00
ci: change images order
This commit is contained in:
parent
cbe4b93878
commit
42dfea376d
@ -3,16 +3,16 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/postgres:10-alpine-postgis
|
|
||||||
environment:
|
|
||||||
POSTGRES_USER: postgres
|
|
||||||
POSTGRES_DB: test
|
|
||||||
|
|
||||||
- image: circleci/rust:1.29
|
- image: circleci/rust:1.29
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://postgres@localhost/test
|
DATABASE_URL: postgres://postgres@localhost/test
|
||||||
RUST_LOG: actix_web=debug,postgres=debug,martin=debug
|
RUST_LOG: actix_web=debug,postgres=debug,martin=debug
|
||||||
|
|
||||||
|
- image: circleci/postgres:10-alpine-postgis
|
||||||
|
environment:
|
||||||
|
POSTGRES_USER: postgres
|
||||||
|
POSTGRES_DB: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user