Skip to content

Commit

Permalink
Update docs build script (#1606)
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: #1606
  • Loading branch information
ajschmidt8 authored May 19, 2021
1 parent a524206 commit fcf4bb5
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/cugraph
export LIBCUDF_KERNEL_CACHE_PATH="$HOME/.jitify-cache"
export NIGHTLY_VERSION=$(echo $BRANCH_VERSION | awk -F. '{print $2}')
export PROJECTS=(cugraph libcugraph)

gpuci_logger "Check environment"
Expand Down

0 comments on commit fcf4bb5

Please sign in to comment.