aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/push-pods.sh
diff options
context:
space:
mode:
authorGravatar davidair <davidair@users.noreply.github.com>2018-05-30 11:53:51 -0400
committerGravatar GitHub <noreply@github.com>2018-05-30 11:53:51 -0400
commit4713ddf8dfec0be33c581fb977d32941b0ca7ff8 (patch)
tree159e5864e239a7cb995af5baffb27f980dddff48 /scripts/push-pods.sh
parent72d8be3dfac415e0843417b1ae9e5b8f98e22b88 (diff)
Version updates for 5.2.0 (#1355)
Diffstat (limited to 'scripts/push-pods.sh')
-rwxr-xr-xscripts/push-pods.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/push-pods.sh b/scripts/push-pods.sh
index b79b76e..73d2f48 100755
--- a/scripts/push-pods.sh
+++ b/scripts/push-pods.sh
@@ -23,7 +23,7 @@
pod cache clean FirebaseCore --all
#pod cache clean FirebaseAuth --all
-pod cache clean FirebaseDatabase --all
+#pod cache clean FirebaseDatabase --all
pod cache clean FirebaseFirestore --all
#pod cache clean FirebaseFunctions --all
pod cache clean FirebaseMessaging --all
@@ -31,7 +31,7 @@ pod cache clean FirebaseMessaging --all
pod repo push cpdc-internal-spec FirebaseCore.podspec
#pod repo push cpdc-internal-spec FirebaseAuth.podspec
-pod repo push cpdc-internal-spec FirebaseDatabase.podspec
+#pod repo push cpdc-internal-spec FirebaseDatabase.podspec
pod repo push cpdc-internal-spec FirebaseFirestore.podspec --allow-warnings
#pod repo push cpdc-internal-spec FirebaseFunctions.podspec
pod repo push cpdc-internal-spec FirebaseMessaging.podspec