Merge "Revert "Only init a workspace if doesn't exists""

This commit is contained in:
Zuul 2019-02-20 04:14:49 +00:00 committed by Gerrit Code Review
commit 6364b54f79
1 changed files with 1 additions and 2 deletions

View File

@ -52,9 +52,8 @@
if ! tempest workspace list | grep -w {{ tempest_workspace }}; then
tempest workspace move --name workspace --path {{ tempest_workspace }}
fi
else
tempest init {{ tempest_workspace }}
fi
tempest init {{ tempest_workspace }}
exit 3
fi
args: