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/config/external/file/remote.rb')
-rw-r--r--lib/gitlab/ci/config/external/file/remote.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/ci/config/external/file/remote.rb b/lib/gitlab/ci/config/external/file/remote.rb
index ed37357dc53..bc8cebb8c3e 100644
--- a/lib/gitlab/ci/config/external/file/remote.rb
+++ b/lib/gitlab/ci/config/external/file/remote.rb
@@ -28,8 +28,6 @@ module Gitlab
)
end
- private
-
def validate_context!
# no-op
end
@@ -42,6 +40,8 @@ module Gitlab
end
end
+ private
+
def fetch_remote_content
begin
response = context.logger.instrument(:config_file_fetch_remote_content) do