File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -603,9 +603,6 @@ jobs:
603603 if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
604604 extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
605605 fi
606- if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
607- extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
608- fi
609606 # Always force single-node for this workflow
610607 extra_args+=( --is-single-node true )
611608 if [[ "${{ inputs.BOOTSTRAP_ENABLE_NODE_AFFINITY }}" == "true" ]]; then
Original file line number Diff line number Diff line change @@ -546,9 +546,6 @@ jobs:
546546 if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
547547 extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
548548 fi
549- if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
550- extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
551- fi
552549 # Always force single-node for this workflow
553550 extra_args+=( --is-single-node true )
554551 if [[ "${{ inputs.BOOTSTRAP_ENABLE_NODE_AFFINITY }}" == "true" ]]; then
Original file line number Diff line number Diff line change @@ -612,9 +612,6 @@ jobs:
612612 if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
613613 extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
614614 fi
615- if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
616- extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
617- fi
618615 if [[ "${{ inputs.BOOTSTRAP_IS_SINGLE_NODE }}" == "true" ]]; then
619616 extra_args+=( --is-single-node true )
620617 fi
Original file line number Diff line number Diff line change @@ -554,9 +554,6 @@ jobs:
554554 if [[ -n "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE-}" ]]; then
555555 extra_args+=( --spdk-image "${SIMPLY_BLOCK_SPDK_ULTRA_IMAGE}" )
556556 fi
557- if [[ -n "${SIMPLY_BLOCK_DOCKER_IMAGE-}" ]]; then
558- extra_args+=( --docker-image "${SIMPLY_BLOCK_DOCKER_IMAGE}" )
559- fi
560557 if [[ "${{ inputs.BOOTSTRAP_IS_SINGLE_NODE }}" == "true" ]]; then
561558 extra_args+=( --is-single-node true )
562559 fi
You can’t perform that action at this time.
0 commit comments