File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff 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
7068notifications :
7169 email :
You can’t perform that action at this time.
0 commit comments