CI: remove debug logging

This commit is contained in:
lostinlight 2023-01-26 21:48:01 +03:00
parent ac979bc31c
commit 4a5a72df8a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ pipeline:
- printf '%s\n' "$${SSH_KEY}" > key
- chmod 600 key
- git remote set-url origin git@codeberg.org:fediverse/fediparty.git
- GIT_SSH_COMMAND='ssh -vvv -i ./key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git push --force origin pages
- GIT_SSH_COMMAND='ssh -i ./key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git push --force origin pages
when:
# Only try to commit if previous step is successful
status: success