Skip to content

Commit

Permalink
Fix arguments order
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 29, 2022
1 parent 96072ae commit 1676f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ on:
shell: bash
run: |
archery crossbow \
--no-fetch \
--queue-path $(pwd) \
--queue-remote {{ queue_remote_url }} \
download-artifacts \
--no-fetch \
{{ task.tag }}
env:
CROSSBOW_GITHUB_TOKEN: {{ '${{ secrets.CROSSBOW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}' }}
Expand Down Expand Up @@ -198,10 +198,10 @@ on:
{% endif %}
- |
archery crossbow \
--no-fetch \
--queue-path $(pwd) \
--queue-remote {{ queue_remote_url }} \
download-artifacts \
--no-fetch \
{{ task.tag }}
{% endmacro %}

Expand Down

0 comments on commit 1676f0d

Please sign in to comment.