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

Commit

Permalink
debug paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jan 31, 2020
1 parent 7b054ec commit 6f1beb6
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions dev/tasks/gandiva-jars/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ env:
- ARROW_TRAVIS_GANDIVA=1

before_script:
- pwd
- git clone --no-checkout {{ arrow.remote }} arrow
- git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
- if [ $CROSSBOW_USE_COMMIT_ID = true ]; then git -C arrow checkout {{ arrow.head }}; else git -C arrow checkout FETCH_HEAD; fi
Expand All @@ -54,15 +55,17 @@ script:
# - dev/tasks/gandiva-jars/build-java.sh || travis_terminate 1
- echo "gandiva" > dist/test.jar
# 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 .. \
--queue-remote {{ queue.remote_url }} \
upload-artifacts \
--sha {{ task.branch }} \
--tag {{ task.tag }} \
--pattern "dist/*.jar"
# - brew install libgit2 python3
# - pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz
- echo $TRAVIS_BUILD_DIR
- ls $TRAVIS_BUILD_DIR
# - python3 dev/tasks/crossbow.py \
# --queue-path .. \
# --queue-remote {{ queue.remote_url }} \
# upload-artifacts \
# --sha {{ task.branch }} \
# --tag {{ task.tag }} \
# --pattern "dist/*.jar"

notifications:
email:
Expand Down

0 comments on commit 6f1beb6

Please sign in to comment.