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 'tooling/bin/graphql_base_type_mappings')
-rwxr-xr-xtooling/bin/graphql_base_type_mappings9
1 files changed, 0 insertions, 9 deletions
diff --git a/tooling/bin/graphql_base_type_mappings b/tooling/bin/graphql_base_type_mappings
deleted file mode 100755
index 2fc06ab639f..00000000000
--- a/tooling/bin/graphql_base_type_mappings
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env ruby
-# frozen_string_literal: true
-
-require_relative '../lib/tooling/mappings/graphql_base_type_mappings'
-
-changes_file = ARGV.shift
-matching_tests_paths = ARGV.shift
-
-Tooling::Mappings::GraphqlBaseTypeMappings.new(changes_file, matching_tests_paths).execute