mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
Update libretro-buildbot-recipe.sh
This commit is contained in:
parent
2ffac75bc8
commit
a900aca82c
@ -1102,7 +1102,8 @@ buildbot_pull(){
|
||||
echo "cloning repo $URL..."
|
||||
cd $PARENTDIR
|
||||
if [ ! -z "$BRANCH" -a "${NAME}" == "retroarch" ]; then
|
||||
git clone -b "$BRANCH" "$URL" "$DIR"
|
||||
git clone "$URL" "$DIR"
|
||||
git checkout "$BRANCH"
|
||||
elif [ ! -z "$GIT_BRANCH" ]; then
|
||||
git clone -b "$GIT_BRANCH" "$URL" "$DIR" --depth=1
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user