1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-01-05 20:22:02 +00:00
gitea-app/test/git_ssh_wrapper.sh
Johannes Zellner 3e95af2256 Fixup tests
2023-11-15 12:50:25 +01:00

6 lines
201 B
Bash
Executable File

#!/bin/bash
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ssh -o IdentitiesOnly=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i ${SCRIPT_DIR}/id_ed25519 "$@"