Download:
child 154:646c6d06235f
parent 152:345e4e91ad44
153:15433f87db4b
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 19:31:42 +0800
pipelines: retain ~/.cache/pip between runs

1 файлов изменено, 3 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Wed Sep 06 15:49:58 2017 +0800
+++ b/bitbucket-pipelines.yml Thu Sep 14 19:31:42 2017 +0800
@@ -3,6 +3,9 @@
pipelines:
default:
- step:
+ caches:
+ - pip
+
script:
- pip install -r REQUIREMENTS
- ./test.py