[gtk-web/new-website: 189/191] pipe



commit 0df9c558303c56fde3b0c3c1b2464c6af4920552
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Sun Aug 25 19:38:15 2019 +0530

    pipe

 .gitlab-ci.yml | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f94e7e6..5ff9142 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,18 +12,16 @@ before_script:
   - nvm install node
   - nvm use node
   - npm install
-  - gem install bundler jekyll
+  - gem install bundler
   - bundle install
-  - ls
-  - cd scripts
-  - chmod +x get-api-data.sh
-  - ls
-  - cd ..
-  - ls
-  - chmod +x scripts/structurize.sh
-  - ls
-  - chmod +x scripts/compile-sass.sh
-  - ls
+  - mkdir _data/api_fetch
+  - curl -o- https://gitlab.gnome.org/api/v4/projects/665/repository/tags?order_by=name > 
_data/api_fetch/tags.json
+  - curl -o- https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Fblog.gtk.org%2Ffeed%2F > 
_data/api_fetch/gtk-blog-feed.json
+  - curl -o- https://gitlab.gnome.org/api/v4/projects/665/issues_statistics > 
_data/api_fetch/issues_stats.json
+  - curl -o- https://gitlab.gnome.org/api/v4/projects/665/issues?state=opened > 
_data/api_fetch/issues_opened.json
+  - mv node_modules/* assets/ -f
+  - rm -rf node_modules
+  - sass assets/scss/theme.scss assets/css/theme.css
 
 test:
   stage: test


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