logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: f7a38eb02175e92b2c2029c88e87d877157ffcab
parent: 6f98543b792ce0fd202157ab3027e6c7663a9798
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sat, 18 Feb 2017 21:26:17 +0100

Don't cache node-modules.

Diffstat:

M.gitlab-ci.yml8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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