[gtk-web/new-website: 156/191] updated gitlab ci pipeline
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 156/191] updated gitlab ci pipeline
- Date: Thu, 21 Nov 2019 12:31:36 +0000 (UTC)
commit 9401812846bedd34c7e50fd39705f7eb50a0e991
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]