Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build Landscape from LFX

on:
workflow_dispatch:
schedule:
- cron: "0 21 * * *"

jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: jmertic/lfx-landscape-tools@main
with:
project_processing: skip
env:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@

# VIM swap files
*.swp

# landscape build stuff
debug.log
*.sqlite
16 changes: 16 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
landscapeMemberClasses:
- name: Platinum Membership
category: Platinum
- name: Gold Membership
category: Gold
- name: Silver Membership
category: Silver
- name: Academic Membership
category: Academic
- name: Non-Profit Membership
category: Nonprofit
- name: End-User Membership
category: End User Supporter
slug: cncf
memberSuffix: ' (member)'
landscapeMemberCategory: CNCF Members
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hosted_logos/1nce_gmbh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hosted_logos/23_technologies_gmbh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hosted_logos/24x7_geeks_solutions_pvt_ltd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hosted_logos/3_shake_inc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading