Skip to content

Commit

Permalink
Remove step extracting crossbow id from git tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Apr 5, 2024
1 parent ac77f5b commit d489d60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
echo "ARROW_VERSION_WITH_RC=${version_with_rc}" >> "${GITHUB_ENV}"
echo "ARROW_VERSION=${version}" >> ${GITHUB_ENV}
echo "ARROW_RC_NUM=${rc_num}" >> ${GITHUB_ENV}
- name: Extract crossbow job id
# Extract the crossbow job ID from the subject field of the git tag subject.
run: |
crossbow_job_id=$(git for-each-ref refs/tags/${RELEASE_TAG_NAME} --format='%(contents:subject)')
echo "CROSSBOW_JOB_ID=${crossbow_job_id}" >> "${GITHUB_ENV}"
- name: Setup Archery
run: |
python3 -m pip install -e dev/archery[crossbow]
Expand Down

0 comments on commit d489d60

Please sign in to comment.