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