You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ -z"$ANDROID_HOME" ] &&echo"ANDROID_HOME is not set. Please set it before running this script."&&exit 1;
if [ -z$BINTRAY_USER ];then
echo"Must define BINTRAY_USER and BINTRAY_KEY env var before deploying. See https://github.com/ionic-team/capacitor/blob/master/.github/CONTRIBUTING.md"
exit 1
fi
# Verify pods are good
pod lib lint --allow-warnings Capacitor.podspec
pod lib lint --allow-warnings CapacitorCordova.podspec