improve CI configuration #16

Merged
joao.dubas merged 13 commits from jpd-improve-ci into main 2022-04-26 00:01:43 +00:00
Showing only changes of commit 8af0be6631 - Show all commits

View File

@ -28,10 +28,11 @@ steps:
archive_format: gzip
bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: https://minio.dubas.dev
endpoint: minio:9000
mount:
- _build
- deps
path_style: true
region: us-east-1
restore: true
@ -63,13 +64,14 @@ steps:
archive_format: gzip
bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: https://minio.dubas.dev
endpoint: minio:9000
exit_code: true
mount:
- _build
- deps
path_style: true
rebuild: true
region: us-east-1
exit_code: true
services:
- name: db