buildRelease.sh: Make bundler operations in the cloned repository folder.

This commit is contained in:
SBiOSoftWhare
2021-05-18 15:51:25 +02:00
parent 7621a8ef67
commit aaad54a1cd

View File

@@ -25,7 +25,7 @@ BUILD_NUMBER=$( date +%Y%m%d%H%M%S )
if [ -e $BUILD_DIR ]; then
echo "Error: Folder ${BUILD_DIR} already exists"
exit 1
fi
fi
# Fastlane update
@@ -43,6 +43,14 @@ git clone $REPO_URL --depth=1 --branch $TAG
cd $REPO_NAME
# Fastlane update
gem install bundler
bundle install
bundle update
# Update fastlane plugins
bundle exec fastlane update_plugins
# Use appropriated dependencies according to the current branch
bundle exec fastlane point_dependencies_to_same_feature