Skip to content

Commit 01eae1a

Browse files
committed
Wait for openstack-ansiblee
We check `grep -E '^ansibleee-operator\.v'` in the wait script which would not match with the csv `openstack-ansibleee-operator.v0.0.1` Signed-off-by: rabi <[email protected]>
1 parent 078e622 commit 01eae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ dataplane_kuttl_prep: dataplane_kuttl_cleanup input rabbitmq ansibleee infra bar
17711771
mkdir -p ${OPERATOR_BASE_DIR} ${OPERATOR_DIR}
17721772
pushd ${OPERATOR_BASE_DIR} && git clone ${GIT_CLONE_OPTS} $(if $(DATAPLANE_BRANCH),-b ${DATAPLANE_BRANCH}) ${DATAPLANE_REPO} "${OPERATOR_NAME}-operator" && popd
17731773
make wait OPERATOR_NAME=rabbitmq
1774-
make wait OPERATOR_NAME=ansibleee
1774+
make wait OPERATOR_NAME=openstack-ansibleee
17751775
make wait OPERATOR_NAME=infra
17761776
make wait OPERATOR_NAME=openstack-baremetal
17771777
make wait

0 commit comments

Comments
 (0)