Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/project_config/repository.rb')
-rw-r--r--lib/gitlab/ci/project_config/repository.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gitlab/ci/project_config/repository.rb b/lib/gitlab/ci/project_config/repository.rb
index 272425fd546..7dfd528fd6f 100644
--- a/lib/gitlab/ci/project_config/repository.rb
+++ b/lib/gitlab/ci/project_config/repository.rb
@@ -20,6 +20,11 @@ module Gitlab
:repository_source
end
+ override :url
+ def url
+ File.join(Settings.build_ci_component_fqdn, project.full_path, '//', ci_config_path)
+ end
+
private
def file_in_repository?