Better CI cache

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-11-12 23:32:59 +01:00
parent 2939485321
commit bdc16bad6b
1 changed files with 1 additions and 1 deletions

View File

@ -13,11 +13,11 @@ variables:
GEOLITE_CITIES_PATH: "/builds/tcit/mobilizon/priv/data/GeoLite2-City.mmdb"
cache:
key: "$CI_JOB_NAME"
paths:
- deps
- _build
- .rebar3
- js/node_modules
before_script:
- cd js && npm install && npm run build && cd ../