We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682c46b commit ed4b75cCopy full SHA for ed4b75c
.buildkite/build-start-operator.sh
@@ -8,7 +8,7 @@
8
9
if [ "$IS_FROM_RAY_RELEASE_AUTOMATION" = 1 ]; then
10
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
+ KUBERAY_TEST_RAY_IMAGE="rayproject/ray:nightly.$(date +'%y%m%d').${RAY_NIGHTLY_COMMIT:0:6}-py39" && export KUBERAY_TEST_RAY_IMAGE
12
else
13
IMG=kuberay/operator:nightly make docker-image &&
14
kind load docker-image kuberay/operator:nightly &&
0 commit comments