phlegx / redmine_gitlab_hook

This plugin allows you to update your local Git repositories in Redmine when changes have been pushed to GitLab.
MIT License
218 stars 73 forks source link

Add support to use private repos #26

Closed onegreyonewhite closed 6 years ago

onegreyonewhite commented 8 years ago

Could you add support for clone private repos?

tkubicz commented 8 years ago

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