chore: debug ci ssh
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user