Closed onegreyonewhite closed 6 years ago
Could you add support for clone private repos?
With the current version it is possible. You just need some additional work to do it.
#!/bin/bash ssh -i $DATA_DIR/mykeys/gitlab $1 $2
GIT_SSH=$GITLAB_WRAPPER_FOLDER/gitlab_wrapper.sh
Could you add support for clone private repos?