Skip to content

Commit

Permalink
travis multi line string
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jan 31, 2020
1 parent b50865e commit 2131836
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dev/tasks/gandiva-jars/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ script:
# deploy using crossbow
- brew install libgit2 python3
- 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 }} \
- >
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"
notifications:
Expand Down

0 comments on commit 2131836

Please sign in to comment.