Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 421142d

Browse files
committed
start all arguments at the same column...
1 parent 2131836 commit 421142d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dev/tasks/gandiva-jars/travis.osx.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ script:
5959
- pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz
6060
- >
6161
python3 dev/tasks/crossbow.py
62-
--queue-path $TRAVIS_BUILD_DIR
63-
--queue-remote {{ queue.remote_url }}
64-
upload-artifacts
65-
--sha {{ task.branch }}
66-
--tag {{ task.tag }}
67-
--pattern "dist/*.jar"
62+
--queue-path $TRAVIS_BUILD_DIR
63+
--queue-remote {{ queue.remote_url }}
64+
upload-artifacts
65+
--sha {{ task.branch }}
66+
--tag {{ task.tag }}
67+
--pattern "dist/*.jar"
6868
6969
notifications:
7070
email:

0 commit comments

Comments
 (0)