forked from firebase/FirebaseUI-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstaging.sh
More file actions
executable file
·18 lines (14 loc) · 903 Bytes
/
staging.sh
File metadata and controls
executable file
·18 lines (14 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
set -euxo pipefail
pod repo push --use-json spec-staging FirebaseDatabaseUI.podspec && \
pod repo push --use-json --allow-warnings spec-staging FirebaseAuthUI.podspec && \
pod repo push --use-json spec-staging FirebaseStorageUI.podspec && \
pod repo push --use-json spec-staging FirebaseFirestoreUI.podspec
pod repo push --use-json spec-staging FirebaseAnonymousAuthUI.podspec && \
pod repo push --use-json --allow-warnings spec-staging FirebaseEmailAuthUI.podspec && \
pod repo push --use-json spec-staging FirebaseFacebookAuthUI.podspec && \
pod repo push --use-json spec-staging FirebaseGoogleAuthUI.podspec && \
pod repo push --use-json spec-staging FirebaseOAuthUI.podspec && \
pod repo push --use-json --allow-warnings spec-staging FirebasePhoneAuthUI.podspec
pod spec lint FirebaseUI.podspec && \
pod repo push --use-json spec-staging FirebaseUI.podspec