Skip to content

Commit 6c83b0c

Browse files
committed
dry run
1 parent 4789ac5 commit 6c83b0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/archery/archery/bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def submit(obj, task, group, dry_run):
261261
args.extend(['-g', g])
262262
for t in task:
263263
args.append(t)
264+
args.append('--dry-run')
264265

265266
# clone crossbow
266267
git = Git()

0 commit comments

Comments
 (0)