appveyor: Fix not going back when exiting earlier
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master nfp_moe_v2.1.3
Jonatan Nilsson 2023-02-08 07:05:12 +00:00
parent 60f21e0279
commit cbdba450b5
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,7 @@ build_script:
if [ $? -eq 0 ] ; then
echo "Skipping $f since $CURR_NAME already exists";
cd ..
continue;
fi
@ -73,6 +74,7 @@ build_script:
if [ $CHECK -ne 0 ]; then
echo "Command failed with error code $CHECK"
SUCCESS=0;
cd ..
continue;
fi;
@ -91,6 +93,7 @@ build_script:
if [ $CHECK -ne 0 ]; then
echo "Command failed with error code $CHECK"
SUCCESS=0;
cd ..
continue;
fi;
RELEASE_ID=$(echo $RELEASE_RESULT | jq -r .id)
@ -104,6 +107,7 @@ build_script:
if [ $CHECK -ne 0 ]; then
echo "Command failed with error code $CHECK"
SUCCESS=0;
cd ..
continue;
fi;