diff options
author | Yuli Shlosberg <ys9693@att.com> | 2017-09-12 14:11:48 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-20 13:22:07 +0300 |
commit | 9dde926417f80d93f4159be8164ed5b3d8790a75 (patch) | |
tree | 0df8a81a29b85c66c1e18dbedf8bf5b66526bf8c /sdc-os-chef/sdc-sanity/startup.sh | |
parent | 0ad3c80822671529393e551bbb7b4a69dbd8550e (diff) |
Build sanity docker execute automation
Change-Id: Iab282ea167d12fba4a3f425a5d300397ab435b44
Issue-Id: SDC-315
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-sanity/startup.sh')
-rw-r--r-- | sdc-os-chef/sdc-sanity/startup.sh | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sdc-os-chef/sdc-sanity/startup.sh b/sdc-os-chef/sdc-sanity/startup.sh index 374a0e8c34..d4316c383f 100644 --- a/sdc-os-chef/sdc-sanity/startup.sh +++ b/sdc-os-chef/sdc-sanity/startup.sh @@ -6,13 +6,15 @@ chef-solo -c solo.rb -E ${CHEFNAME} rc=$? -if [[ $rc != 0 ]]; then - echo "Sanity failed !!!" - exit $rc -else - echo "completed successfully :-)" - exit 0 -fi +#if [[ $rc != 0 ]]; then +# echo "Sanity failed !!!" +# exit $rc +#else +# echo "completed successfully :-)" +# exit 0 +#fi -#/docker-entrypoint.sh +while true; do sleep 2; done + +##/docker-entrypoint.sh |