[gtk-web/new-website: 50/180] optimizing pipelines



commit f6ddbfc87e180070ff91f9cb8691bff0bc94def8
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Mon Jun 3 19:00:11 2019 +0530

    optimizing pipelines

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9caea7a..06e2417 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ gems:
   stage: installation
   script:
   - gem install bundler
-  - bundle install
+  - bundle update
 
 npm:
   stage: installation
@@ -27,6 +27,9 @@ npm:
   - nvm install node
   - nvm use node
   - npm install
+  artifacts:
+    paths:
+    - node_modules
 
 structuring:
   stage: structuring


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]