Update no_proxy in toci_env

Don't use proxy for contacting the seed vm
This commit is contained in:
Derek Higgins 2013-07-06 08:57:47 +01:00
parent cbf46ea90b
commit 3013e6727f
1 changed files with 2 additions and 0 deletions

View File

@ -92,5 +92,7 @@ if [ ${TOCI_REMOVE:-1} == 1 ] ; then
fi
declare | grep -e "^PATH=" -e "^http.*proxy" -e "^TOCI_" -e '^DIB_' | sed -e 's/^/export /g' > $TOCI_WORKING_DIR/toci_env
echo 'export no_proxy=$($TOCI_WORKING_DIR/incubator/scripts/get-vm-ip seed)' >> $TOCI_WORKING_DIR/toci_env
echo $STATUS
exit $STATUS