mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
Better CI cache
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
2939485321
commit
bdc16bad6b
1 changed files with 1 additions and 1 deletions
|
@ -13,11 +13,11 @@ variables:
|
||||||
GEOLITE_CITIES_PATH: "/builds/tcit/mobilizon/priv/data/GeoLite2-City.mmdb"
|
GEOLITE_CITIES_PATH: "/builds/tcit/mobilizon/priv/data/GeoLite2-City.mmdb"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_JOB_NAME"
|
|
||||||
paths:
|
paths:
|
||||||
- deps
|
- deps
|
||||||
- _build
|
- _build
|
||||||
- .rebar3
|
- .rebar3
|
||||||
|
- js/node_modules
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd js && npm install && npm run build && cd ../
|
- cd js && npm install && npm run build && cd ../
|
||||||
|
|
Loading…
Reference in a new issue