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 f7ced0fcba - Show all commits

View File

@ -28,7 +28,7 @@ steps:
archive_format: gzip
bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: minio:9000
endpoint: https://minio.dubas.dev
mount:
- _build
- deps
@ -63,7 +63,7 @@ steps:
archive_format: gzip
bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: minio:9000
endpoint: https://minio.dubas.dev
mount:
- _build
- deps