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 41efe57
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/generate-tree.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Generate Tech Tree
on:
push:
branches: [ master ]
jobs:
checkout-repository:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/hspsh/tech-tree:issue-10-dockerfile
run: |
java -jar /app/app.jar tree.yaml > tree.svg
- name: FUCK
run: cat tree.svg
shell: bash
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 41efe57

Please sign in to comment.