Skip to content

Commit 94b083a

Browse files
authored
Remove duplicate conda build command(rapidsai#670)
Looks like there was a bad merge and the `conda build` was duplicated. This PR simply corrects the bad merge. Authors: - Raymond Douglass <[email protected]> Approvers: - Keith Kraus (@kkraus14) - Rong Ou (@rongou) - Dillon Cullinan (@dillon-cullinan) URL: rapidsai#670
1 parent 9fed212 commit 94b083a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/cpu/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ if [[ "$BUILD_RMM" == "1" ]]; then
6666
if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then
6767
gpuci_conda_retry build conda/recipes/rmm --python=$PYTHON
6868
else
69-
gpuci_conda_retry build --dirty --no-remove-work-dir conda/recipes/rmm
70-
conda build --dirty --no-remove-work-dir \
69+
gpuci_conda_retry build --dirty --no-remove-work-dir \
7170
-c $WORKSPACE/ci/artifacts/rmm/cpu/conda-bld/ conda/recipes/rmm
7271

7372
fi

0 commit comments

Comments
 (0)