Skip to content

Commit

Permalink
hopefully it works
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr.suwala committed Apr 17, 2024
1 parent 3b5c8b3 commit b4129ff
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/generate-tree.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Generate Tech Tree
on:
push:
branches: [ master ]
jobs:
generate-tech-tree:
runs-on: ubuntu-latest
container: ghcr.io/hspsh/tech-tree:issue-10-dockerfile
steps:
- java -jar /app/app.jar tree.yaml > tree.svg
- cat tree.svg
27 changes: 27 additions & 0 deletions tree.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
nodes:
- title: Tech Tree
state: done
- title: Outline
state: broken
- title: Onboarding
state: todo
requires:
- Tech Tree
- Outline
- title: Proces Listy Zakupowej
state: progress
requires:
- Tech Tree
- Outline
- title: Kubernetes
state: broken
- title: FluxCD
state: broken
requires:
- Kubernetes
- title: Syncronium
state: broken
link: http://example.com
docs: https://github.com/hspsh/syncronium
requires:
- FluxCD

0 comments on commit b4129ff

Please sign in to comment.