fix: typo in oc-test-operator.sh (#1493)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1495/head
Anatolii Bazko 2022-08-31 19:30:16 +03:00 committed by GitHub
parent 9ce1337c9d
commit fb7e9f7efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ trap "catchFinish" EXIT SIGINT
[[ -z "${CI_CHE_OPERATOR_IMAGE}" ]] && { echo [ERROR] CI_CHE_OPERATOR_IMAGE not defined; exit 1; }
runTests() {
. ${OPERATOR_REPO}/build/scripts/olm/testCatalogFromSources -o ${CI_CHE_OPERATOR_IMAGE}
. ${OPERATOR_REPO}/build/scripts/olm/testCatalogFromSources.sh -o ${CI_CHE_OPERATOR_IMAGE}
}
runTests