Compare commits
2 Commits
7c9eb74f44
...
f9aff2ecb2
Author | SHA1 | Date | |
---|---|---|---|
f9aff2ecb2 | |||
fc08e32e1a |
@ -9,7 +9,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: database healthcheck
|
||||
image: 'postgres:14.4-alpine'
|
||||
image: 'postgres:14.5-alpine'
|
||||
environment:
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: postgres
|
||||
@ -37,7 +37,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'elixir:1.13.4'
|
||||
image: 'elixir:1.14.0'
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
POSTGRES_HOST: db
|
||||
@ -48,7 +48,7 @@ steps:
|
||||
- make test
|
||||
|
||||
- name: lint
|
||||
image: 'elixir:1.13.4'
|
||||
image: 'elixir:1.14.0'
|
||||
commands:
|
||||
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
||||
- make static_code_analysis
|
||||
@ -75,7 +75,7 @@ steps:
|
||||
|
||||
services:
|
||||
- name: db
|
||||
image: 'postgres:14.4-alpine'
|
||||
image: 'postgres:14.5-alpine'
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: 'postgres:14.4-alpine'
|
||||
image: 'postgres:14.5-alpine'
|
||||
hostname: &db_host db
|
||||
init: true
|
||||
environment:
|
||||
@ -15,7 +15,7 @@ services:
|
||||
- 'db_data:/var/lib/postgresql/data'
|
||||
restart: unless-stopped
|
||||
app:
|
||||
image: 'elixir:1.13.4'
|
||||
image: 'elixir:1.14.0'
|
||||
hostname: app
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
x
Reference in New Issue
Block a user