Skip to content

Commit a33e250

Browse files
committed
Fix script
1 parent b3fb4fd commit a33e250

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ops/pipeline/build-variant-wheels.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ then
99
exit 1
1010
fi
1111

12-
if [[ "$#" -lt 1 ]]
13-
then
14-
echo "Usage: $0 [image_repo]"
15-
exit 2
16-
fi
17-
image_repo="$1"
12+
image_repo='xgb-ci.gpu_build_rockylinux8'
1813

1914
source ops/pipeline/classify-git-branch.sh
2015
source ops/pipeline/get-docker-registry-details.sh

0 commit comments

Comments
 (0)