diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-21 21:10:17 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-21 21:10:17 +0000 |
commit | 6b1cf9e9ce2308c3867a241cbbcade8099540604 (patch) | |
tree | 69bdf96873da208dd83b95f209257069b73b7b7d /qa/Rakefile | |
parent | 5d41ea8c8e83ff6054ba4303ec8dc9bc33556602 (diff) | |
download | gitlab-ce-6b1cf9e9ce2308c3867a241cbbcade8099540604.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Rakefile')
-rw-r--r-- | qa/Rakefile | 5 |
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 |