diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-15 18:16:36 +0000 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-15 18:16:36 +0000 |
commit | 07ea4cb123d30a1e5948b88b75b651e3e902328b (patch) | |
tree | 85828051a63ece361fe5d6f4d7b95a7a073d9811 | |
parent | f915ff044fc6330db6e0971f49af1b44509c9cfb (diff) |
Revert "infra: Fix ownerships for successful runs as well"
This reverts commit f915ff044fc6330db6e0971f49af1b44509c9cfb.
Change-Id: I33134b44952a287216ab7ad63f9bb042cba51f6a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rwxr-xr-x | jjb/infra/openstack-bifrost-verify.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jjb/infra/openstack-bifrost-verify.sh b/jjb/infra/openstack-bifrost-verify.sh index 12b419e8f..c17cb8861 100755 --- a/jjb/infra/openstack-bifrost-verify.sh +++ b/jjb/infra/openstack-bifrost-verify.sh @@ -55,9 +55,6 @@ cd /opt/bifrost cd /opt/bifrost ./scripts/test-bifrost-deployment.sh -# fix the ownerships so stuff works even with successful runs -fix_ownership - # list the provisioned VMs cd /opt/bifrost source env-vars |