Remove extra braces from higgens job
The job isn't a template so only single braces are needed. Change-Id: I075fd5347f978a8e12e4f0e57f1af2af7a969cb8
This commit is contained in:
parent
6b082df2f1
commit
c9ab4b0854
@ -21,10 +21,10 @@
|
||||
# Keep localrc to be able to set some vars in post_test_hook
|
||||
export KEEP_LOCALRC=1
|
||||
|
||||
function gate_hook {{
|
||||
function gate_hook {
|
||||
cd /opt/stack/new/higgins/
|
||||
./devstack/gate_hook.sh
|
||||
}}
|
||||
}
|
||||
export -f gate_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user