-
- Downloads
There was a problem fetching the pipeline summary.
removes debugging prints from code
parent
71eadb6e
No related branches found
No related tags found
Pipeline #
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 4 additions, 3 deletionsGemfile.lock
- app/controllers/concerns/creates_commit.rb 0 additions, 8 deletionsapp/controllers/concerns/creates_commit.rb
- app/models/repository.rb 0 additions, 6 deletionsapp/models/repository.rb
- app/services/files/update_service.rb 0 additions, 3 deletionsapp/services/files/update_service.rb
Loading
| Loading
| @@ -52,7 +52,7 @@ gem "browser", '~> 2.2' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 10.2', path: "~/src/Gitlab/gitlab_git" | ||
gem "gitlab_git", '~> 10.2', git: "git@gitlab.com:gitlab-org/gitlab_git.git", branch: "commit-blob-rename-action" | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
|
Please register or sign in to comment