mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 21:35:36 +00:00
fix dev build
This commit is contained in:
parent
3c5ac0438b
commit
aa0ec01aaf
@ -1032,9 +1032,9 @@ buildbot_pull(){
|
||||
echo "cloning repo..."
|
||||
cd $PARENTDIR
|
||||
if [ ! -z "$BRANCH" ]; then
|
||||
git clone "$URL" "$DIR" --depth=1
|
||||
else
|
||||
git clone -b "$BRANCH" "$URL" "$DIR"
|
||||
else
|
||||
git clone "$URL" "$DIR" --depth=1
|
||||
fi
|
||||
cd $WORK
|
||||
if [ "${TYPE}" = "PROJECT" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user