From ea1b7c863e403dd90eab4e6eee33cdd84e87d56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 10 Mar 2020 18:11:30 +0100 Subject: [PATCH] no dry run --- dev/archery/archery/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/archery/archery/bot.py b/dev/archery/archery/bot.py index 4454c1039add3..c26692c557f39 100644 --- a/dev/archery/archery/bot.py +++ b/dev/archery/archery/bot.py @@ -261,7 +261,6 @@ def submit(obj, task, group, dry_run): args.extend(['-g', g]) for t in task: args.append(t) - args.append('--dry-run') # clone crossbow git = Git()