mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-11-06 18:12:36 +00:00
Add selenium tests
This commit is contained in:
5
test/git_ssh_wrapper.sh
Executable file
5
test/git_ssh_wrapper.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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_rsa "$@"
|
||||
Reference in New Issue
Block a user