Update gate script path in requirements job

devstack-gate dropped an internal variable; update the requirements
integration job to match.

Change-Id: I1d6c3223478240604cd5ab949cd46aca322a2082
This commit is contained in:
James E. Blair 2013-12-19 14:15:18 -08:00
parent 5c22328a9f
commit a1e8d4ec5a

View File

@ -17,7 +17,7 @@
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_REQS_INTEGRATION=1
function gate_hook {{
bash $GATE_SCRIPT_DIR/devstack-vm-gate.sh && \
bash $BASE/new/devstack-gate/devstack-vm-gate.sh && \
bash -xe $BASE/new/pbr/tools/integration.sh $PROJECTS
}}
export -f gate_hook