Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jul 17, 2024
1 parent 6e96a37 commit 760b9d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/ci/setup-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ if [ "$HOME" = "/github/home" ]; then
"workaround some Github stupidity."

ls -al "/github" || true
mkdir -p /github
ls -al "/github/home" || true

rm -rf /github/home || true
ln -s /root "$HOME"
ls -al "/github"
fi
Expand Down

0 comments on commit 760b9d4

Please sign in to comment.