Cédric Krier pushed to branch branch/default at Tryton / Website


Commits:
492e4533 by Cédric Krier at 2023-01-10T15:33:46+01:00
Add cache for Javascript job
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -14,4 +14,7 @@
 javascript:
   stage: preparation
   image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:15
+  cache:
+    paths:
+      - .npm/
   script:
@@ -17,5 +20,5 @@
   script:
-    - npm install
+    - npm install --cache .npm --prefer-offline
     - npx gulp
   artifacts:
     paths:



View it on Heptapod: 
https://foss.heptapod.net/tryton/website/-/commit/492e45335fe318c81363bd869d323250920a7df1

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/website/-/commit/492e45335fe318c81363bd869d323250920a7df1
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to