File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -350,13 +350,9 @@ test-e2e:
350350 --test-tag "${BUILD_NUMBER}" --target "${RELEASE_TARGET}"
351351
352352test-pipeline-e2e :
353- ./operators/scripts/test/e2e-ocp.sh -u " ${DOCKER_USERNAME} " -p " ${DOCKER_PASSWORD} " \
354- --cluster-url "${CLUSTER_URL}" --cluster-user "${CLUSTER_USER}" --cluster-token "${CLUSTER_TOKEN}" \
355- --registry-name "${PIPELINE_REGISTRY}" --registry-image "${PIPELINE_OPERATOR_IMAGE}" \
356- --registry-user "${PIPELINE_USERNAME}" --registry-password "${PIPELINE_PASSWORD}" \
357- --test-tag "${BUILD_NUMBER}" --release "${RELEASE_TARGET}" --channel "${DEFAULT_CHANNEL}" \
358- --install-mode "${INSTALL_MODE}" --architecture "${ARCHITECTURE}" \
359- --digest "${DIGEST}" --version "${VERSION}"
353+ ./operators/scripts/test/e2e-ocp.sh --cluster-url " ${CLUSTER_URL} " --cluster-user " ${CLUSTER_USER} " --cluster-token " ${CLUSTER_TOKEN} " \
354+ --test-tag "${BUILD_NUMBER}" --install-mode "${INSTALL_MODE}" --channel "${DEFAULT_CHANNEL}" \
355+ --architecture "${ARCHITECTURE}" --digest "${DIGEST}" --version "${VERSION}"
360356
361357bundle-build-podman :
362358 podman build -f bundle.Dockerfile -t " ${BUNDLE_IMG} "
You can’t perform that action at this time.
0 commit comments