This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit 93d9601ed90f77a2ec53b54232d58f876df55e5b Author: jstastny-cz <[email protected]> AuthorDate: Tue Nov 21 13:07:09 2023 +0100 yet another startup command change --- tests/features/common-custom-truststore.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/common-custom-truststore.feature b/tests/features/common-custom-truststore.feature index 32d7a40d..005a9560 100644 --- a/tests/features/common-custom-truststore.feature +++ b/tests/features/common-custom-truststore.feature @@ -18,7 +18,7 @@ @openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8 Feature: Common tests for Custom TrustStore configuration Scenario: Verify if a custom certificate is correctly handled - When container is started with command /home/kogito/kogito-app-launch.sh + When container is started with command bash -c "sleep 2s; /home/kogito/kogito-app-launch.sh" | variable | value | | CUSTOM_TRUSTSTORE | my-truststore.jks | | RUNTIME_TYPE | quarkus | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
