diff options
author | 2016-06-14 19:27:27 -0500 | |
---|---|---|
committer | 2016-06-15 00:41:05 -0500 | |
commit | 7208685b13a35f7f25cb4a7221058f358453cb50 (patch) | |
tree | 4b34bf24a7d1ed8213318aec4a173284f9aab6f8 /ci/deploy.sh | |
parent | b2aea8c07c74ea8e35ddc8d5a50beb1c4b65d04b (diff) |
modified to clean the environment and also change in bundles to
deploy ocl as well.
Change-Id: I40f32bad5b94b335bd5bd37d3c626d4a5e336061
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index b91e761c..c4510ab1 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -133,10 +133,10 @@ check_status() { timeoutiter=0 while [ $retval -eq 0 ]; do sleep 30 - juju status > status.txt + juju status > status.txt if [ "$(grep -c "executing" status.txt )" -ge 1 ]; then echo " still executing the reltionship within charms ..." - if [ $timeoutiter -ge 60 ]; then + if [ $timeoutiter -ge 90 ]; then retval=1 fi timeoutiter=$((timeoutiter+1)) |