Skip to content

Commit

Permalink
Update docs build script (#8284)
Browse files Browse the repository at this point in the history
This PR removes a variable that is no longer necessary for docs builds after the calver transition.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Dillon Cullinan (https://github.com/dillon-cullinan)

URL: #8284
  • Loading branch information
ajschmidt8 authored May 19, 2021
1 parent 6b09253 commit 1f9f061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export PATH=/conda/bin:/usr/local/cuda/bin:$PATH
export HOME=$WORKSPACE
export PROJECT_WORKSPACE=/rapids/cudf
export LIBCUDF_KERNEL_CACHE_PATH="$HOME/.jitify-cache"
export NIGHTLY_VERSION=$(echo $BRANCH_VERSION | awk -F. '{print $2}')
export PROJECTS=(cudf libcudf)

gpuci_logger "Check environment..."
Expand Down

0 comments on commit 1f9f061

Please sign in to comment.