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

@ -437,10 +437,7 @@ choose:
ci recipe:
id -u ci >/dev/null 2>&1 || useradd -m ci
chown -R ci:ci .
git config --global safe.directory 2>&1 || true
ls -la
su ci -c "just {{ recipe }}"
su ci -c "git config --global safe.directory"
alias ch := choose