Skip to content

Commit

Permalink
fix lint [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Aug 19, 2022
1 parent 4c318f1 commit 03a8233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def submit(obj, tasks, groups, params, arrow_version):
# parse additional job parameters
params = dict([p.split("=") for p in params])
params['pr_number'] = pull_request.number

# instantiate the job object
job = Job.from_config(config=config, target=target, tasks=tasks,
groups=groups, params=params)
Expand Down
1 change: 1 addition & 0 deletions dev/tasks/docs/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Move docs
run: |
sudo chown -R ${USER}: build
mkdir -p crossbow/docs/pr/{{ pr_number }}
mv --force build/docs crossbow/docs/pr/{{ pr_number }}
- name: Push changes
run: |
Expand Down

0 comments on commit 03a8233

Please sign in to comment.