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

Commit b50865e

Browse files
committed
use travis_build_dir
1 parent 6f1beb6 commit b50865e

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,15 @@ script:
5555
# - dev/tasks/gandiva-jars/build-java.sh || travis_terminate 1
5656
- echo "gandiva" > dist/test.jar
5757
# deploy using crossbow
58-
# - brew install libgit2 python3
59-
# - pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz
60-
- echo $TRAVIS_BUILD_DIR
61-
- ls $TRAVIS_BUILD_DIR
62-
# - python3 dev/tasks/crossbow.py \
63-
# --queue-path .. \
64-
# --queue-remote {{ queue.remote_url }} \
65-
# upload-artifacts \
66-
# --sha {{ task.branch }} \
67-
# --tag {{ task.tag }} \
68-
# --pattern "dist/*.jar"
58+
- brew install libgit2 python3
59+
- pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz
60+
- python3 dev/tasks/crossbow.py \
61+
--queue-path $TRAVIS_BUILD_DIR \
62+
--queue-remote {{ queue.remote_url }} \
63+
upload-artifacts \
64+
--sha {{ task.branch }} \
65+
--tag {{ task.tag }} \
66+
--pattern "dist/*.jar"
6967

7068
notifications:
7169
email:

0 commit comments

Comments
 (0)