improve CI configuration #16
@@ -28,7 +28,7 @@ steps:
|
|||||||
archive_format: gzip
|
archive_format: gzip
|
||||||
bucket: trainlog-cache
|
bucket: trainlog-cache
|
||||||
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
|
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
|
||||||
endpoint: minio:9000
|
endpoint: https://minio.dubas.dev
|
||||||
mount:
|
mount:
|
||||||
- _build
|
- _build
|
||||||
- deps
|
- deps
|
||||||
@@ -63,7 +63,7 @@ steps:
|
|||||||
archive_format: gzip
|
archive_format: gzip
|
||||||
bucket: trainlog-cache
|
bucket: trainlog-cache
|
||||||
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
|
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
|
||||||
endpoint: minio:9000
|
endpoint: https://minio.dubas.dev
|
||||||
mount:
|
mount:
|
||||||
- _build
|
- _build
|
||||||
- deps
|
- deps
|
||||||
|
Reference in New Issue
Block a user