From: Fatih Degirmenci Date: Thu, 15 Sep 2016 18:00:59 +0000 (+0200) Subject: infra: Fix ownerships for successful runs as well X-Git-Tag: colorado.1.0~27 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=f915ff044fc6330db6e0971f49af1b44509c9cfb infra: Fix ownerships for successful runs as well Change-Id: I11b73104b5a80351537109fcb504bb250c641220 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/infra/openstack-bifrost-verify.sh b/jjb/infra/openstack-bifrost-verify.sh index c17cb8861..12b419e8f 100755 --- a/jjb/infra/openstack-bifrost-verify.sh +++ b/jjb/infra/openstack-bifrost-verify.sh @@ -55,6 +55,9 @@ 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