[gtk-web/new-website: 146/180] updated gitlab ci pipeline



commit e3c3cf4192fbe51511b7959ad476c7c676d15a21
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Aug 13 19:35:28 2019 +0530

    updated gitlab ci pipeline

 .gitlab-ci.yml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c6c5b8..cbea37f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,9 +19,12 @@ api_data:
 gems:
   stage: installation
   script:
-  - gem install bundler
+  - gem install bundler jekyll
   - bundle install
-
+  - ls /usr/local/bundle/bin/jekyll
+  artifacts:
+    paths:
+    - gems
 
 npm:
   stage: installation
@@ -50,8 +53,8 @@ structure:
 test:
   stage: test
   script:
-  - gem install jekyll
-  - bundle exec jekyll build -d test
+  - ls gems
+  - bundle exec gems/jekyll build -d test
   artifacts:
     paths:
     - test
@@ -61,8 +64,9 @@ test:
 pages:
   stage: deploy
   script:
-  - gem install jekyll
-  - bundle exec jekyll build -d public
+  - ls /usr/local/bundle/bin/jekyll
+  - ls gems
+  - bundle exec gems/jekyll build -d public
   artifacts:
     paths:
     - public


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