[gtk-web/new-website: 168/191] testing gitlab ci



commit 052ee1fb2bb6f756f19194dd938ee61c09847f29
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Aug 13 22:52:03 2019 +0530

    testing gitlab ci

 .gitlab-ci.yml                    | 2 +-
 collections/_pages/community.html | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e1fefb..a165b92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ before_script:
   - 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/tags.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
diff --git a/collections/_pages/community.html b/collections/_pages/community.html
index f07d5ae..2cb14ec 100644
--- a/collections/_pages/community.html
+++ b/collections/_pages/community.html
@@ -151,7 +151,6 @@ team_main_heading_description: These are the people who apply their best of skil
       {% for member in members %}
       <div class="col-lg-2 col-md-3 col-sm-4 col-2 py-3">
         <div class="d-flex justify-content-center align-items-center py-2">
-          <!-- <img src="{{ member.avatar_url }}" class="img-fluid rounded-circle w-75 border 
img-thumbnail"> -->
           <img src="{{ '/assets/img/avatar.png' | prepend: site.url }}" class="img-fluid rounded-circle w-75 
border img-thumbnail">
         </div>
         <div class="d-flex flex-column align-items-center">


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