mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-10-31 22:27:21 +00:00
CI: remove debug logging
This commit is contained in:
parent
ac979bc31c
commit
4a5a72df8a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue