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/Rakefile')
-rw-r--r--qa/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Rakefile b/qa/Rakefile
index a8336e087c7..9fc1ff2c0cf 100644
--- a/qa/Rakefile
+++ b/qa/Rakefile
@@ -83,7 +83,7 @@ end
desc "Deletes user's projects"
task :delete_user_projects, [:delete_before, :dry_run] do |_, args|
- args.with_defaults(delete_before: (Date.today - 1).to_s, dry_run: false)
+ args.with_defaults(delete_before: (Date.today - 3).to_s, dry_run: false)
QA::Tools::DeleteUserProjects.new(
delete_before: args[:delete_before],
dry_run: !!(args[:dry_run] =~ /true|1|y/i)).run