CI: Cleanup debug output
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-21 09:21:36 -03:00
commit 39fe2d57cc
2 changed files with 0 additions and 8 deletions

View file

@ -34,12 +34,7 @@ jobs:
- name: Setup additional tooling
run: |
.forgejo/workflows/setup-tools.sh
echo "git config add"
git config --add safe.directory "$PWD"
echo "git config get"
git config --global safe.directory 2>&1 || true
echo "ls -la"
ls -la
- name: Build
run: just ci build