Skip to content

Commit

Permalink
Tests: remove additional test print (#1457)
Browse files Browse the repository at this point in the history
These were missed before merging:
#1454

Signed-off-by: Jacob Baungard Hansen <[email protected]>
  • Loading branch information
jacobbaungard authored May 31, 2024
1 parent 41807ca commit 0c92c63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cicd-scripts/setup-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ deploy_mco_operator() {
cd ${ROOTDIR}
kustomize build ${ROOTDIR}/operators/multiclusterobservability/config/default | kubectl apply -n ${OCM_DEFAULT_NS} --server-side=true -f -

cat ${ROOTDIR}/operators/multiclusterobservability/config/manager/manager.yaml
cat ${ROOTDIR}/operators/multiclusterobservability/config/manager/kustomization.yaml

# wait until mco is ready
wait_for_deployment_ready 10 60s ${OCM_DEFAULT_NS} multicluster-observability-operator
echo "mco operator is deployed successfully."
Expand Down

0 comments on commit 0c92c63

Please sign in to comment.