Skip to content

Commit 858a913

Browse files
committed
improve
1 parent 5720d97 commit 858a913

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

make/test.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ deploy-published-operators-e2e: clean-e2e-files deploy-e2e
105105
.PHONY: deploy-e2e
106106
deploy-e2e: INSTALL_OPERATOR=true
107107
deploy-e2e: prepare-projects get-publish-install-and-register-operators
108-
@echo "Operators are successfuly deployed using the ${ENVIRONMENT} environment."
108+
@echo "Operators are successfully deployed using the ${ENVIRONMENT} environment."
109109
@echo ""
110110

111111
label-olm-ns:
@@ -296,7 +296,6 @@ deploy-single-member-e2e-latest:
296296
.PHONY: publish-current-bundles-for-e2e
297297
## Target that is supposed to be called from CI - it builds & publishes the current operator bundles
298298
publish-current-bundles-for-e2e:
299-
@echo "CI env: ${CI}"
300299
$(MAKE) build-pairing get-and-publish-operators
301300

302301
.PHONY: get-and-publish-operators

0 commit comments

Comments
 (0)