bitbucket pipeline - caches
在项目中想利用bitbucket pipeline的cache机制节省build时间
项目采用poetry 安装 python 依赖库, 在pipeline上每次执行安装耗时非常长。
尝试用pipeline caches来引入poetry cache:
definitions:
caches:
sonar: ~/.sonar/cache
poetry: ~/.poetry/cache
services:
docker:
memory: 2048
.
原创
2021-08-08 14:54:13 ·
711 阅读 ·
0 评论