Skip to content

Commit

Permalink
start all arguments at the same column...
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jan 31, 2020
1 parent 2131836 commit 421142d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev/tasks/gandiva-jars/travis.osx.yml
Expand Up @@ -59,12 +59,12 @@ script:
- pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz
- >
python3 dev/tasks/crossbow.py
--queue-path $TRAVIS_BUILD_DIR
--queue-remote {{ queue.remote_url }}
upload-artifacts
--sha {{ task.branch }}
--tag {{ task.tag }}
--pattern "dist/*.jar"
--queue-path $TRAVIS_BUILD_DIR
--queue-remote {{ queue.remote_url }}
upload-artifacts
--sha {{ task.branch }}
--tag {{ task.tag }}
--pattern "dist/*.jar"
notifications:
email:
Expand Down

0 comments on commit 421142d

Please sign in to comment.