Skip to content
Snippets Groups Projects
Commit 84d989ac authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

SL-11875 Verbose log

parent aa69e18b
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ if [ -f "$CONFIG_FILE" ]; then
--password $PASSWORD \
--asc-provider $ASC_PROVIDER \
--file "$zip_file" 2>&1)
echo $res
requestUUID=$(echo $res | awk '/RequestUUID/ { print $NF; }')
echo "Apple Notarization RequestUUID: $requestUUID"
if [[ -n $requestUUID ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment