Skip to content

Commit

Permalink
Replace rmm with ${repo}
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Nov 9, 2023
1 parent e7cb06f commit 36e132d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/utils/rapids-pr-artifact-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PYTHON_MINOR_VERSION=$(python --version | sed -E 's/Python [0-9]+\.([0-9]+)\.[0-

if [[ $3 == "cpp" ]]
then
echo $(rapids-get-artifact ci/${repo}/pull-request/${pr}/${commit}/rmm_conda_cpp_cuda${RAPIDS_CUDA_MAJOR}_$(arch).tar.gz)
echo $(rapids-get-artifact ci/${repo}/pull-request/${pr}/${commit}/${repo}_conda_cpp_cuda${RAPIDS_CUDA_MAJOR}_$(arch).tar.gz)
else
echo $(rapids-get-artifact ci/${repo}/pull-request/${pr}/${commit}/rmm_conda_python_cuda${RAPIDS_CUDA_MAJOR}_3${PYTHON_MINOR_VERSION}_$(arch).tar.gz)
echo $(rapids-get-artifact ci/${repo}/pull-request/${pr}/${commit}/${repo}_conda_python_cuda${RAPIDS_CUDA_MAJOR}_3${PYTHON_MINOR_VERSION}_$(arch).tar.gz)
fi

0 comments on commit 36e132d

Please sign in to comment.