Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2016-09-01 19:02:41 -05:00 committed by GitHub
parent 03b6ba3631
commit 977beb6e60
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ WORK=$PWD
RECIPE=$1
BRANCH=""
ssh -N -f -R 2222:localhost:22 radius@bot.libretro.com
# ----- read variables from recipe config -----
while read line; do
KEY=`echo $line | cut -f 1 -d " "`