summaryrefslogtreecommitdiff
path: root/qa/Rakefile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-21 21:10:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-21 21:10:17 +0000
commit6b1cf9e9ce2308c3867a241cbbcade8099540604 (patch)
tree69bdf96873da208dd83b95f209257069b73b7b7d /qa/Rakefile
parent5d41ea8c8e83ff6054ba4303ec8dc9bc33556602 (diff)
downloadgitlab-ce-6b1cf9e9ce2308c3867a241cbbcade8099540604.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Rakefile')
-rw-r--r--qa/Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/Rakefile b/qa/Rakefile
index e4d38d8294f..b772a30ed67 100644
--- a/qa/Rakefile
+++ b/qa/Rakefile
@@ -86,4 +86,9 @@ namespace :test_resources do
QA::Tools::TestResourcesHandler.new.download(args[:ci_project_name])
end
end
+
+desc "Deletes user's projects"
+task :delete_user_projects, [:delete_before, :dry_run] do |t, args|
+ QA::Tools::DeleteUserProjects.new(args).run
+end
# rubocop:enable Rails/RakeEnvironment