Merge "Make jenkins own /opt/git in ha job"

This commit is contained in:
Jenkins 2014-08-25 18:35:18 +00:00 committed by Gerrit Code Review
commit 3eee4bfd80

View File

@ -194,6 +194,7 @@
export OVERCLOUD_CONTROLSCALE=3
export USE_IRONIC=1
export USE_CIRROS=1
sudo chown -hR $(whoami) /opt/git
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}