Merge "infra: Remove /opt/stack to prevent leftovers from causing trouble"
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 15 Sep 2016 12:48:47 +0000 (12:48 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 15 Sep 2016 12:48:47 +0000 (12:48 +0000)
jjb/infra/openstack-bifrost-verify.sh

index a4653f9..42236f0 100755 (executable)
@@ -24,7 +24,7 @@ case "$DISTRO" in
 esac
 
 # remove previously cloned repos
-/bin/rm -rf /opt/bifrost /opt/puppet-infracloud /opt/releng
+/bin/rm -rf /opt/bifrost /opt/puppet-infracloud /opt/stack /opt/releng
 
 # clone upstream bifrost repo and checkout the patch to verify
 git clone https://git.openstack.org/openstack/bifrost /opt/bifrost