macOS notarization: Print success message returned by notarization service

This commit is contained in:
Philipp Wolfer
2019-11-28 20:52:55 +01:00
parent 5ecf7b7320
commit 4eb5b6084a

View File

@@ -44,6 +44,9 @@ if [ -z "$REQUEST_UUID" ]; then
exit 1
fi
echo $(echo $RESULT | xpath \
"//key[normalize-space(text()) = 'success-message']/following-sibling::string[1]/text()" 2> /dev/null)
# Poll for notarization status
echo "Submitted notarization request $REQUEST_UUID, waiting for response..."
sleep 20