Oops! - Remove extra braces in nova-docker pre/post hook
Change-Id: If9d85c64497beaaec526b5bcf2c78e67453179a2
This commit is contained in:
parent
d7a1735e40
commit
dd4ce21d6c
@ -19,19 +19,19 @@
|
||||
|
||||
export -f gate_hook
|
||||
|
||||
function pre_test_hook {{
|
||||
function pre_test_hook {
|
||||
if [ -f $BASE/new/nova-docker/contrib/devstack/pre_test_hook.sh ] ; then
|
||||
$BASE/new/nova-docker/contrib/devstack/pre_test_hook.sh
|
||||
fi
|
||||
}}
|
||||
}
|
||||
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {{
|
||||
function post_test_hook {
|
||||
if [ -f $BASE/new/nova-docker/contrib/devstack/post_test_hook.sh ] ; then
|
||||
$BASE/new/nova-docker/contrib/devstack/post_test_hook.sh
|
||||
fi
|
||||
}}
|
||||
}
|
||||
|
||||
export -f post_test_hook
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user