Skip to content

Commit ed4b75c

Browse files
authored
Fix ray nightly image env var setup (#3826)
Signed-off-by: dayshah <[email protected]>
1 parent 682c46b commit ed4b75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/build-start-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if [ "$IS_FROM_RAY_RELEASE_AUTOMATION" = 1 ]; then
1010
helm repo update && helm install kuberay/kuberay-operator
11-
KUBERAY_TEST_IMAGE="rayproject/ray:nightly.$(date +'%y%m%d').${RAY_NIGHTLY_COMMIT:0:6}-py39" && export KUBERAY_TEST_IMAGE
11+
KUBERAY_TEST_RAY_IMAGE="rayproject/ray:nightly.$(date +'%y%m%d').${RAY_NIGHTLY_COMMIT:0:6}-py39" && export KUBERAY_TEST_RAY_IMAGE
1212
else
1313
IMG=kuberay/operator:nightly make docker-image &&
1414
kind load docker-image kuberay/operator:nightly &&

0 commit comments

Comments
 (0)