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 'qa/contracts/provider/environments/local.rb')
-rw-r--r--qa/contracts/provider/environments/local.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/qa/contracts/provider/environments/local.rb b/qa/contracts/provider/environments/local.rb
deleted file mode 100644
index 0d472bc25e9..00000000000
--- a/qa/contracts/provider/environments/local.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# frozen_string_literal: true
-
-module Provider
- module Environments
- class Local < Base
- def initialize
- @base_url = ENV['CONTRACT_HOST']
- @merge_request = ENV['CONTRACT_MR']
- end
- end
- end
-end