-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-12639: [CI][Archery] Archery build fails to create branch #10231
Conversation
@@ -44,9 +44,8 @@ jobs: | |||
with: | |||
fetch-depth: 0 | |||
- name: Git Fixup | |||
if: ${{ github.ref != 'master' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Evidently it doesn't work on the master branch, so omit errors from the bash command instead.
Pushed it to my fork's main branch as verification: https://github.com/kszucs/arrow/runs/2495086231 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, travis build failures are unrelated
Closes apache#10231 from kszucs/ARROW-12639 Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Closes apache#10231 from kszucs/ARROW-12639 Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Closes apache#10231 from kszucs/ARROW-12639 Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
No description provided.