BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
0d499ce2
Commit
0d499ce2
authored
Jun 13, 2017
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-github-clone-wiki' into 'master'
GitHub - Fix token interpolation when cloning wiki repository See merge request !12107
parents
44b806d0
c66bcdd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
fix-github-clone-wiki.yml
changelogs/unreleased/fix-github-clone-wiki.yml
+4
-0
import.rb
lib/github/import.rb
+1
-1
No files found.
changelogs/unreleased/fix-github-clone-wiki.yml
0 → 100644
View file @
0d499ce2
---
title
:
Github - Fix token interpolation when cloning wiki repository
merge_request
:
author
:
lib/github/import.rb
View file @
0d499ce2
...
...
@@ -92,7 +92,7 @@ module Github
end
def
fetch_wiki_repository
wiki_url
=
"https://{options.fetch(:token)}@github.com/
#{
repo
}
.wiki.git"
wiki_url
=
"https://
#
{
options
.
fetch
(
:token
)
}
@github.com/
#{
repo
}
.wiki.git"
wiki_path
=
"
#{
project
.
path_with_namespace
}
.wiki"
unless
project
.
wiki
.
repository_exists?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment