You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given s2i build https://github.com/jmtd/openjdk from tests/OPENJDK-1548 with env using OPENJDK-1548-maven-args
329
329
| variable | value |
330
330
| MAVEN_ARGS | validate |
331
+
332
+
Scenario: Ensure that run-env.sh placed in the JAVA_APP_DIR is sourced in the run script before launching java
333
+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i using main
334
+
| variable | value |
335
+
| S2I_SOURCE_DATA_DIR | ./ |
336
+
| S2I_TARGET_DATA_DIR | /deployments |
337
+
Then container log should contain INFO exec -a "someUniqueString" java
0 commit comments