[gtk-web/new-website: 60/191] optimizing pipelines



commit e8b27777f4958fb07a0dcf4e7b0937b9ab5da146
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Mon Jun 3 21:12:39 2019 +0530

    optimizing pipelines

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfd7952..161e923 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ stages:
 gems:
   stage: installation
   script:
-  - gem install bundler sass
+  - gem install bundler
   - bundle update
 
 npm:
@@ -44,6 +44,9 @@ structuring:
 sass:
   stage: generation
   script:
+  - ruby -v
+  - gem install sass
+  - sass -v
   - sass assets/scss/theme.scss assets/css/theme.css
   - sass assets/@primer/css/markdown/index.scss assets/css/markdown.css
   


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]