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
Copy file name to clipboardExpand all lines: modules/s2i/core/bash/artifacts/opt/jboss/container/s2i/core/s2i-core
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ function s2i_core_copy_configuration() {
64
64
mkdir -pm 775 "${S2I_TARGET_CONFIGURATION_DIR}"
65
65
fi
66
66
log_info "Copying configuration from $(realpath --relative-to ${S2I_SOURCE_DIR} ${1}/${S2I_SOURCE_CONFIGURATION_DIR}) to ${S2I_TARGET_CONFIGURATION_DIR}..."
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from OPENJDK-1549 with env
332
332
| variable | value |
333
333
| MAVEN_ARGS | validate |
334
+
335
+
Scenario: Ensure mtime is preserved for build artifacts (OPENJDK-2427)
336
+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from OPENJDK-2408-bin-custom-s2i-assemble with env
337
+
| variable | value |
338
+
| S2I_DELETE_SOURCE | false |
339
+
Then run find /deployments/spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar ! -newer /tmp/src/spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar in container and check its output for spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar
0 commit comments