Skip to content

Commit

Permalink
Remove unneeded update-version.sh update (#1520)
Browse files Browse the repository at this point in the history
This shouldn't update `build_docs.sh` as this file already reads the version from an updated file.

Authors:
  - Jake Awe (https://github.com/AyodeAwe)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Ray Douglass (https://github.com/raydouglass)

URL: #1520
  • Loading branch information
AyodeAwe authored Apr 30, 2024
1 parent 3caaa08 commit bdb7a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ echo "${NEXT_FULL_TAG}" > VERSION
for FILE in .github/workflows/*.yaml; do
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
done
sed_runner "s/RAPIDS_VERSION_NUMBER=\".*/RAPIDS_VERSION_NUMBER=\"${NEXT_SHORT_TAG}\"/g" ci/build_docs.sh

# .devcontainer files
find .devcontainer/ -type f -name devcontainer.json -print0 | while IFS= read -r -d '' filename; do
Expand Down

0 comments on commit bdb7a59

Please sign in to comment.