[gtk-web/new-website: 154/191] updated gitlab ci pipeline



commit 93590e2fcbadf6acc49cacfac5bae8c44447d918
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Aug 13 19:09:51 2019 +0530

    updated gitlab ci pipeline

 .gitlab-ci.yml | 9 ++++-----
 _config.yml    | 4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc8051f..54f1e31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,11 +19,8 @@ api_data:
 gems:
   stage: installation
   script:
-  - gem install bundler
-  - bundle update
-  artifacts:
-    paths:
-    - bundles
+  - gem install bundler jekyll
+  - bundle install
 
 npm:
   stage: installation
@@ -56,6 +53,8 @@ test:
   artifacts:
     paths:
     - test
+  except:
+  - master
 
 pages:
   stage: deploy
diff --git a/_config.yml b/_config.yml
index 4f2d592..f50b67d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -35,8 +35,8 @@ kramdown:
 highlighter: rouge
 
 # plugins used by the website
-# plugins:
-#   - jekyll-feed
+plugins:
+  - jekyll-feed
 
 # exclude these files from production site
 exclude: 


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