diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-15 12:48:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-15 12:48:47 +0000 |
commit | bade843cdc7a2d6f8c55cfbc23deaa64a45090ab (patch) | |
tree | 79b337d1626809a1e5fd621b6951904c437935f5 | |
parent | afb69062ead57f97668530309c3b607240f38ac1 (diff) | |
parent | 72f5faa207828a7865be24457712b03cdb0f0647 (diff) |
Merge "infra: Remove /opt/stack to prevent leftovers from causing trouble"
-rwxr-xr-x | jjb/infra/openstack-bifrost-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/infra/openstack-bifrost-verify.sh b/jjb/infra/openstack-bifrost-verify.sh index a4653f921..42236f092 100755 --- a/jjb/infra/openstack-bifrost-verify.sh +++ b/jjb/infra/openstack-bifrost-verify.sh @@ -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 |