mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: read ROOK_CEPH_CLUSTER_IMAGE from build.env if available
In case ROOK_CEPH_CLUSTER_IMAGE is set in build.env, use the version from there. Signed-off-by: Mudit Agarwal <muagarwa@redhat.com>
This commit is contained in:
parent
322a7e4e08
commit
92913912ef
@ -70,6 +70,7 @@ function set_env() {
|
||||
# downloading rook images is sometimes slow, extend timeout to 15 minutes
|
||||
export ROOK_VERSION=${ROOK_VERSION:-'v1.3.9'}
|
||||
export ROOK_DEPLOY_TIMEOUT=900
|
||||
export ROOK_CEPH_CLUSTER_IMAGE="${ROOK_CEPH_CLUSTER_IMAGE}"
|
||||
# use podman for minikube.sh, Docker is not installed on the host
|
||||
export CONTAINER_CMD='podman'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user