mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 12:35:21 +00:00
libretro-buildbot-recipe.sh: Skip the recipe if it fails to cd to the cloned repo.
This commit is contained in:
parent
0f107ce404
commit
548bfd810e
@ -748,7 +748,7 @@ while read line; do
|
||||
UPDATE="NO"
|
||||
fi
|
||||
|
||||
cd "$DIR"
|
||||
cd "$DIR" || { echo "Failed to cd to ${DIR}, skipping ${NAME}"; continue; }
|
||||
|
||||
CURRENT_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user