diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-21 16:50:13 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-21 20:13:24 +0200 |
commit | 6113e8019274c8a0c1eb4b7a49353ecbbd47dcfe (patch) | |
tree | 11f559da421db454ecbb4c3e9fe54d3fcd430d10 /ci/deploy.sh | |
parent | f172f8e3dc92710f79a33ad38aa3da6313da879c (diff) |
[deploy] Collect logs only if cluster is deployed
Change-Id: Iaa60008e234a506b05e7b5249c85fd1d6fa63d56
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.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 3a0f9f9e5..5fb8c43a6 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -338,9 +338,9 @@ else reset_vms "${virtual_nodes[@]}" fi done -fi -./log.sh "${DEPLOY_LOG}" + ./log.sh "${DEPLOY_LOG}" +fi popd > /dev/null |