Skip to content

Commit

Permalink
remove some hard-coding from update-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 9, 2024
1 parent 8a77750 commit ccba048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ conda activate docs

rapids-print-env

export RAPIDS_VERSION_NUMBER="24.12"
export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-logger "Build cuSpatial CPP docs"
Expand Down Expand Up @@ -52,4 +51,4 @@ mkdir -p "${RAPIDS_DOCS_DIR}/cuproj/html"
mv _html/* "${RAPIDS_DOCS_DIR}/cuproj/html"
popd

rapids-upload-docs
RAPIDS_VERSION_NUMBER="$(rapids-version-major-minor)" rapids-upload-docs
1 change: 0 additions & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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

DEPENDENCIES=(
pylibcudf
Expand Down

0 comments on commit ccba048

Please sign in to comment.