mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Check everything's in place for the notarising dance
...before we start the build process.
This commit is contained in:
parent
a7d1d9880b
commit
2bab328f8d
@ -67,6 +67,14 @@ if [ ! -f package.json ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z "$NOTARIZE_APPLE_ID" ]; then
|
||||||
|
echo "NOTARIZE_APPLE_ID is not set"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Test that altool can get its credentials for notarising the mac app
|
||||||
|
xcrun altool -u "$NOTARIZE_APPLE_ID" -p '@keychain:NOTARIZE_CREDS' --list-apps || exit
|
||||||
|
|
||||||
echo "Building $version using Update base URL $update_base_url"
|
echo "Building $version using Update base URL $update_base_url"
|
||||||
|
|
||||||
projdir=`pwd`
|
projdir=`pwd`
|
||||||
|
Loading…
Reference in New Issue
Block a user