[gtk-web/new-website: 155/191] updated gitlab ci pipeline
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 155/191] updated gitlab ci pipeline
- Date: Thu, 21 Nov 2019 12:31:31 +0000 (UTC)
commit 96768869185ba5ba4fc171977f64debaa7fa2648
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date: Tue Aug 13 19:22:22 2019 +0530
updated gitlab ci pipeline
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54f1e31..2c6c5b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,9 +19,10 @@ api_data:
gems:
stage: installation
script:
- - gem install bundler jekyll
+ - gem install bundler
- bundle install
+
npm:
stage: installation
script:
@@ -49,6 +50,7 @@ structure:
test:
stage: test
script:
+ - gem install jekyll
- bundle exec jekyll build -d test
artifacts:
paths:
@@ -59,6 +61,7 @@ test:
pages:
stage: deploy
script:
+ - gem install jekyll
- bundle exec jekyll build -d public
artifacts:
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]