This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/radtriste-fix-pipelines by
this push:
new 73e90402 yet another startup command change
73e90402 is described below
commit 73e9040243f0826dba5eef72a27b432f5aef6be7
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]