SL-15585 Improved notarization error handling
parent
4d15f18d92
commit
b58fb17582
|
|
@ -36,8 +36,12 @@ if [ -f "$CONFIG_FILE" ]; then
|
|||
if [["$status" == "success"]]; then
|
||||
xcrun stapler staple "$app_file"
|
||||
elif [["$status" == "invalid"]]; then
|
||||
echo "Notarization error: failed to process the app file"
|
||||
exit 1
|
||||
fi
|
||||
elif
|
||||
echo "Notarization error: couldn't get request UUID"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue