We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05239c6 commit 05c3757Copy full SHA for 05c3757
dependencies.sh
@@ -1,6 +1,6 @@
1
-set -e
2
-if [[ ( ! -d "RxSwift/.git" ) && ( ! -d "Carthage" ) && ( ! -d 'Pods' ) ]]; then
3
- git submodule update --init --recursive --force
4
- cd RxSwift
5
- git reset origin/master --hard
6
-fi
+#set -e
+#if [[ ( ! -d "RxSwift/.git" ) && ( ! -d "Carthage" ) && ( ! -d 'Pods' ) ]]; then
+# git submodule update --init --recursive --force
+# cd RxSwift
+# git reset origin/master --hard
+#fi
0 commit comments