Skip to content

Commit 9fddfc1

Browse files
Merge pull request #711 from rabi/fix_kuttl
Wait for `openstack-ansiblee`
2 parents 078e622 + 01eae1a commit 9fddfc1

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)