Store the CI caches inside the project dir since that's the only place GitLab CI is allowed to cache

这个提交包含在:
Danielle McLean 2018-02-26 13:05:28 +11:00
父节点 58d8ca2a25
当前提交 345c9f9885
签署人:: 00dani
GPG 密钥 ID: 5A5D2D1AFF12EEC5
共有 1 个文件被更改,包括 4 次插入2 次删除

查看文件

@ -1,11 +1,13 @@
image: python:3.6
variables:
GIT_SUBMODULE_STRATEGY: normal
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
PIPENV_VENV_IN_PROJECT: true
cache:
paths:
- ~/.cache/pip
- ~/.local/share/virtualenvs
- .pip-cache
- .venv
test:
script: