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: advanced-demo/integration-tests/tci-webapp/src/main/java/software/xdev/tci/demo/tci/webapp/containers/WebAppContainerBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public static synchronized String getBuiltImageName()
54
54
"Dockerfile",
55
55
// Ignore not required test-modules that may have changed
56
56
// sources only - otherwise the parent pom doesn't find the resources
57
-
"integration-tests/*/src/**",
57
+
"integration-tests/**",
58
58
"**/src/test/**",
59
59
// Ignore resources that are just used for development
0 commit comments