Download:
child 284:e22f9112672f
parent 282:72b0672a98f7
283:ce693988c419
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 21:54:49 +0800
pipelines: retain node_modules between runs

1 файлов изменено, 3 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Tue Aug 15 22:16:25 2017 +0800
+++ b/bitbucket-pipelines.yml Sat Sep 16 21:54:49 2017 +0800
@@ -3,6 +3,9 @@
pipelines:
default:
- step:
+ caches:
+ - node
+
script:
- apt-get update && apt-get install -y
build-essential