Private GIT

Skip to content
Snippets Groups Projects
Commit b8332a60 authored by X O's avatar X O
Browse files

move pip cache

parent 7396619e
Branches
Tags
No related merge requests found
...@@ -9,8 +9,6 @@ branches: ...@@ -9,8 +9,6 @@ branches:
except: except:
- master - master
cache: pip
before_install: before_install:
- npm install -g grunt-cli - npm install -g grunt-cli
- npm install -g bower - npm install -g bower
...@@ -22,6 +20,7 @@ script: ...@@ -22,6 +20,7 @@ script:
cache: cache:
directories: directories:
- $HOME/.cache/pip
- .build/bower_components - .build/bower_components
- .build/node_modules - .build/node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment