From 0d0ef3f648a8d2c3df3befa727d4ac6b67773c89 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 22 Jan 2022 15:54:46 +0300 Subject: [PATCH] Fix Woodpecker config (18) --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c4d0957..a52f8be 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -32,7 +32,7 @@ pipeline: - git commit -m "Woodpecker build ${CI_COMMIT_SHA}" - printf '%s\n' "$${SSH_KEY}" > ./key - chmod 600 ./key - - ssh-keygen -l -f ./key + #- ssh-keygen -l -f ./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 when: