Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
9d825723
Commit
9d825723
authored
Oct 01, 2015
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: broken git clone URL for CI runners
parent
54452412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
app/models/ci/project.rb
app/models/ci/project.rb
+1
-2
No files found.
app/models/ci/project.rb
View file @
9d825723
...
@@ -169,8 +169,7 @@ module Ci
...
@@ -169,8 +169,7 @@ module Ci
# using http and basic auth
# using http and basic auth
def
repo_url_with_auth
def
repo_url_with_auth
auth
=
"gitlab-ci-token:
#{
token
}
@"
auth
=
"gitlab-ci-token:
#{
token
}
@"
url
=
http_url_to_repo
+
".git"
http_url_to_repo
.
sub
(
/^https?:\/\//
)
do
|
prefix
|
url
.
sub
(
/^https?:\/\//
)
do
|
prefix
|
prefix
+
auth
prefix
+
auth
end
end
end
end
...
...
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