Skip to content

Commit

Permalink
no dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Mar 10, 2020
1 parent 6c83b0c commit ea1b7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/archery/archery/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ea1b7c8

Please sign in to comment.