[gtk-web/new-website: 159/191] updated gitlab ci pipeline
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 159/191] updated gitlab ci pipeline
- Date: Thu, 21 Nov 2019 12:31:51 +0000 (UTC)
commit 079840fff500a4868916ca0e17a4962591782ea4
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date: Tue Aug 13 20:14:49 2019 +0530
updated gitlab ci pipeline
.gitlab-ci.yml | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64b5478..cdce78c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,16 +16,6 @@ api_data:
script:
- chmod +x ./scripts/get-api-data.sh | bash
-gems:
- stage: installation
- script:
- - gem install bundler jekyll
- - bundle install
- cache:
- key: gems
- paths:
- - vendor/bundle
-
npm:
stage: installation
script:
@@ -65,11 +55,9 @@ test:
pages:
stage: deploy
script:
+ - gem install bundler jekyll
+ - bundle install
- bundle exec jekyll build -d public
- cache:
- key: gems
- paths:
- - vendor/bundle
artifacts:
paths:
- public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]