Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 84168ac

Browse files
committed
ci: Fix push-docs
1 parent ee5ec34 commit 84168ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/travis/push-documentation

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# SPDX-License-Identifier: CC0-1.0
66

7+
set -e
8+
79
# Add ssh push key
810
eval "$(ssh-agent -s)"
911
echo $PUSH_KEY_REPO_DOC_QXMPP_ORG | base64 -d | unxz | ssh-add -
@@ -35,6 +37,7 @@ echo '-------------------------------------------'
3537
echo 'Cloning doc.qxmpp.org repository'
3638
echo '-------------------------------------------'
3739

40+
export GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
3841
git clone ssh://[email protected]/qxmpp-project/doc.qxmpp.org
3942

4043
echo '-------------------------------------------'

0 commit comments

Comments
 (0)