Skip to content

Commit d489d60

Browse files
committed
Remove step extracting crossbow id from git tag message
1 parent ac77f5b commit d489d60

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/package.yml

-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
echo "ARROW_VERSION_WITH_RC=${version_with_rc}" >> "${GITHUB_ENV}"
5050
echo "ARROW_VERSION=${version}" >> ${GITHUB_ENV}
5151
echo "ARROW_RC_NUM=${rc_num}" >> ${GITHUB_ENV}
52-
- name: Extract crossbow job id
53-
# Extract the crossbow job ID from the subject field of the git tag subject.
54-
run: |
55-
crossbow_job_id=$(git for-each-ref refs/tags/${RELEASE_TAG_NAME} --format='%(contents:subject)')
56-
echo "CROSSBOW_JOB_ID=${crossbow_job_id}" >> "${GITHUB_ENV}"
5752
- name: Setup Archery
5853
run: |
5954
python3 -m pip install -e dev/archery[crossbow]

0 commit comments

Comments
 (0)