mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Merge branch '1.4.x' into 1.5.x
This commit is contained in:
+6
-1
@@ -255,7 +255,12 @@ public class SysVinitLaunchScriptIT {
|
||||
return output.toString();
|
||||
}
|
||||
finally {
|
||||
docker.removeContainerCmd(container).exec();
|
||||
try {
|
||||
docker.removeContainerCmd(container).exec();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
// Continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user