log initial response from notarization service after subnitting the request

This commit is contained in:
Martin Lippert
2019-11-14 11:37:31 +01:00
parent 2672e93dd2
commit b5d2ba90d9

View File

@@ -10,6 +10,7 @@ $(curl -s -X POST \
${NOTARIZE_SERVICE_URL}/macos-notarization-service/notarize)
echo "Notarization request submitted"
echo ${RESPONSE}
UUID=$(echo ${RESPONSE} | jq -r '.uuid')