diff --git a/elixirkit/elixirkit_swift/Scripts/build_macos_dmg.sh b/elixirkit/elixirkit_swift/Scripts/build_macos_dmg.sh index ed3fa9a7e..9b0dce178 100644 --- a/elixirkit/elixirkit_swift/Scripts/build_macos_dmg.sh +++ b/elixirkit/elixirkit_swift/Scripts/build_macos_dmg.sh @@ -32,9 +32,7 @@ if [ -n "$team_id" ]; then --team-id "${team_id}" --apple-id "${apple_id}" --password "${password}" \ --progress \ --wait \ - $dmg_path \ - | tee /dev/stderr | grep -q "status: Accepted" - echo "notarization ok" + $dmg_path else echo "[warning] skipping notarization. Please set ELIXIRKIT_NOTARY_{TEAM_ID,APPLE_ID,PASSWORD} environment variables" fi