mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 22:37:41 +08:00
Copy to stderr
This commit is contained in:
parent
5f07af7ff2
commit
c6f040d0d3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if [ -n "$team_id" ]; then
|
|||
--progress \
|
||||
--wait \
|
||||
$dmg_path \
|
||||
| tee /dev/tty | grep -q "status: Accepted"
|
||||
| tee /dev/stderr | grep -q "status: Accepted"
|
||||
echo "notarization ok"
|
||||
else
|
||||
echo "[warning] skipping notarization. Please set ELIXIRKIT_NOTARY_{TEAM_ID,APPLE_ID,PASSWORD} environment variables"
|
||||
|
|
Loading…
Reference in a new issue