[gtk-web/new-website: 149/180] updated gitlab ci pipeline



commit 789b931425d8969c63a853c860c1db725f3165e4
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]