mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-09 13:16:08 +08:00
Disable checking notarization for now as it doesn't work on CI
This commit is contained in:
parent
c6f040d0d3
commit
06f318bc20
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue