mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +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}" \
|
--team-id "${team_id}" --apple-id "${apple_id}" --password "${password}" \
|
||||||
--progress \
|
--progress \
|
||||||
--wait \
|
--wait \
|
||||||
$dmg_path \
|
$dmg_path
|
||||||
| tee /dev/stderr | grep -q "status: Accepted"
|
|
||||||
echo "notarization ok"
|
|
||||||
else
|
else
|
||||||
echo "[warning] skipping notarization. Please set ELIXIRKIT_NOTARY_{TEAM_ID,APPLE_ID,PASSWORD} environment variables"
|
echo "[warning] skipping notarization. Please set ELIXIRKIT_NOTARY_{TEAM_ID,APPLE_ID,PASSWORD} environment variables"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue