feat: initial group nodes /w some bugs #43

Open
max wants to merge 18 commits from feat/group-node into main
Showing only changes of commit dab03753a2 - Show all commits
+2 -2
View File
@@ -63,8 +63,8 @@ jobs:
env: env:
BENCH_REPO: "git@git.max-richter.dev:max/nodarium-benchmarks.git" BENCH_REPO: "git@git.max-richter.dev:max/nodarium-benchmarks.git"
run: | run: |
git config user.name "nodarium-bot" git config --global user.name "nodarium-bot"
git config user.email "nodarium-bot@max-richter.dev" git config --global user.email "nodarium-bot@max-richter.dev"
# 2. Clone the benchmarks repo into a temp folder # 2. Clone the benchmarks repo into a temp folder
git config --global core.sshCommand "ssh -vv -p 2222 -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes" git config --global core.sshCommand "ssh -vv -p 2222 -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes"