Это моя полоса движения
lane :alpha do
begin
version_code = increment_version_code(
gradle_file_path: "./app/build.gradle"
)
gradle(task: "clean assembleRelease --info")
supply(
track: "alpha",
apk: "#{lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]}"
)
git_commit(
path: "./app/build.gradle",
message: "Fastlane Android: Release new build #{version_code} [ci skip]"
)
on_success()
rescue => exception
on_error(exception)
end
end
На локальной машине gradle работает отлично, сборка создана и поставки успешно завершены. На Bitrise у меня есть эта ошибка:
FAILURE: Build failed with an exception.
[13:58:23]: ▸ * What went wrong:
[13:58:23]: ▸ Execution failed for task ':app:bundleReleaseJsAndAssets'.
[13:58:23]: ▸ > Could not list contents of '/bitrise/src/node_modules/metro/node_modules/jest-haste-map/node_modules/.bin/sane'. Couldn't follow symbolic link.