[gtk-web/new-website: 144/180] updated gitlab ci pipeline
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 144/180] updated gitlab ci pipeline
- Date: Mon, 11 Nov 2019 14:56:32 +0000 (UTC)
commit 515deafab2a9e2b3f95e5a2f2406aea1659a9f9e
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]