diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-08-25 12:54:03 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-08-25 12:54:03 +0200 |
commit | 0ee8a452839f56cbd576f695d5283d7299babd02 (patch) | |
tree | b74558c1c0ad689d2e232b2d5f5a89e28b5159fd | |
parent | c5c60bfb5889bfe63e310448d863192dd60078c5 (diff) |
Add sdc startup in IT
Fix the start sdc so that containers are not killed
Issue-ID: SDC-3232
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I0e561cd8f8a679878d3d40355d0db74cb7014f38
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -611,6 +611,7 @@ Modifications copyright (c) 2018-2019 Nokia <skipYamlJsonValidator>true</skipYamlJsonValidator> <checkstyle.skip>true</checkstyle.skip> <jacoco.skip>true</jacoco.skip> + <docker.keepRunning>true</docker.keepRunning> </properties> <modules> <module>integration-tests</module> |