This repository has been archived on 2020-10-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
git.autonomic.zone/ansible/templates/gitea
T

3 lines
128 B
Bash
Executable File

#!/bin/sh
ssh -p $GIT_SSH_PORT -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"