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 f3e09fa commit 9e24affCopy full SHA for 9e24aff
Tools/Release/buildRelease.sh
@@ -42,7 +42,7 @@ cp -R ../../../.. /tmp/$REPO_NAME
42
mv /tmp/$REPO_NAME .
43
else
44
echo "Git clone $REPO_URL with branch/tag $TAG..."
45
-git clone $REPO_URL --depth=1 --branch $TAG
+git clone --recursive $REPO_URL --depth=1 --branch $TAG
46
fi
47
48
cd $REPO_NAME
@@ -55,11 +55,6 @@ bundle update
55
# Update fastlane plugins
56
bundle exec fastlane update_plugins
57
58
-# Use appropriated dependencies according to the current branch
59
-if [ "$LOCAL_SOURCE" != true ]; then
60
-bundle exec fastlane point_dependencies_to_same_feature
61
-fi
62
-
63
# Build
64
bundle exec fastlane app_store build_number:$BUILD_NUMBER git_tag:$TAG
65
0 commit comments