diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-29 16:46:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-29 16:46:26 +0000 |
commit | 8d56e29f3dd1fad74a678202a70eb9d8bbf00bfc (patch) | |
tree | 4cb3d3014e6fde74fe7a9561a5fadf8844d1e458 /prototypes/xci | |
parent | 8bf12376cc1ba62a4d26967d074a6de12996d644 (diff) | |
parent | 4b89b339fc24c16955af03e7cb06fc21c48942d1 (diff) |
Merge "prototypes: bifrost: Remove /opt/stack from previous deployments"
Diffstat (limited to 'prototypes/xci')
-rwxr-xr-x | prototypes/xci/xci-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/xci/xci-deploy.sh b/prototypes/xci/xci-deploy.sh index 326d659d4..277206dc7 100755 --- a/prototypes/xci/xci-deploy.sh +++ b/prototypes/xci/xci-deploy.sh @@ -40,7 +40,7 @@ echo "-------------------------------------------------------------------------" #------------------------------------------------------------------------------- echo "Info: Cleaning up the previous deployment" $XCI_PATH/../bifrost/scripts/destroy-env.sh > /dev/null 2>&1 -/bin/rm -rf /opt/releng /opt/bifrost /opt/openstack-ansible /opt/stack +/bin/rm -rf /opt/releng /opt/bifrost /opt/openstack-ansible #------------------------------------------------------------------------------- # Clone the repositories and checkout the versions |