From 4a5a72df8ae0548b9a5d9c905e95652bb19c7c47 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Thu, 26 Jan 2023 21:48:01 +0300 Subject: [PATCH] CI: remove debug logging --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fa4fbdf..75047cd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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