summaryrefslogtreecommitdiff
path: root/qa/qa/tools/delete_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/tools/delete_projects.rb')
-rw-r--r--qa/qa/tools/delete_projects.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/qa/tools/delete_projects.rb b/qa/qa/tools/delete_projects.rb
index 240901eea6f..1f550f035d1 100644
--- a/qa/qa/tools/delete_projects.rb
+++ b/qa/qa/tools/delete_projects.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true
-require_relative '../../qa'
-
# This script deletes all projects directly under a group specified by ENV['TOP_LEVEL_GROUP_NAME']
# Required environment variables: GITLAB_QA_ACCESS_TOKEN and GITLAB_ADDRESS
# Optional environment variable: TOP_LEVEL_GROUP_NAME (defaults to 'gitlab-qa-sandbox-group')