We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2131836 commit 421142dCopy full SHA for 421142d
dev/tasks/gandiva-jars/travis.osx.yml
@@ -59,12 +59,12 @@ script:
59
- pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz
60
- >
61
python3 dev/tasks/crossbow.py
62
- --queue-path $TRAVIS_BUILD_DIR
63
- --queue-remote {{ queue.remote_url }}
64
- upload-artifacts
65
- --sha {{ task.branch }}
66
- --tag {{ task.tag }}
67
- --pattern "dist/*.jar"
+ --queue-path $TRAVIS_BUILD_DIR
+ --queue-remote {{ queue.remote_url }}
+ upload-artifacts
+ --sha {{ task.branch }}
+ --tag {{ task.tag }}
+ --pattern "dist/*.jar"
68
69
notifications:
70
email:
0 commit comments