Skip to content

Commit

Permalink
ci: Fix push-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Feb 4, 2024
1 parent ee5ec34 commit 7206cd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/travis/push-documentation
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# SPDX-License-Identifier: CC0-1.0

set -e

# Add ssh push key
eval "$(ssh-agent -s)"
echo $PUSH_KEY_REPO_DOC_QXMPP_ORG | base64 -d | unxz | ssh-add -
Expand Down Expand Up @@ -35,6 +37,7 @@ echo '-------------------------------------------'
echo 'Cloning doc.qxmpp.org repository'
echo '-------------------------------------------'

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

echo '-------------------------------------------'
Expand Down

0 comments on commit 7206cd8

Please sign in to comment.