diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-18 21:26:17 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-18 21:26:17 +0100 |
| commit | f7a38eb02175e92b2c2029c88e87d877157ffcab (patch) | |
| tree | 176ac77d5dfb9c3cd08cb3c56412d5d1e9a18835 /.gitlab-ci.yml | |
| parent | 6f98543b792ce0fd202157ab3027e6c7663a9798 (diff) | |
Don't cache node-modules.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c05e34f4..1d3cba05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,16 +23,16 @@ before_script: # This folder is cached between builds # http://docs.gitlab.com/ce/ci/yaml/README.html#cache -cache: - paths: - - node_modules/ +#cache: +# paths: +# - node_modules/ test: script: - npm install -g yarn - yarn - npm run unit - + build: script: - npm install -g yarn |
