infra: Remove /opt/stack to prevent leftovers from causing trouble
[releng.git] / 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