You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the job on fastlane, it is really nice to use. I have a question about it.
I have a lane that is working well :
desc"Building a new release candidate version of the proto"lane:build_rcdogradle(task: "clean")gradle(task: "assembleReleaseCandidate")gradle(task: "createNewRevisionFile")# upload to Beta by Crashlyticscrashlytics(api_token: ENV["CRASHLYTICS_API_TOKEN"],build_secret: ENV["CRASHLYTICS_BUILD_SECRET"],)send_slack(message:"New release candidate version oavailable",)# sh "your_script.sh"# You can also use other beta testing services hereend
My question is about the createNewRevisionFile (which is working on its own)
@joxad Thanks for the question. Would you mind closing this issue and opening it in the main repo? This repo is for issues about our docs site itself. 👍
@joxad / @asfalcone: Hi, I am also facing the same issue.
Basically I want to fetch the build number and version of android app in fastFile, so that i can use the same in HockeyApp. Is there any workaround available?
Hi,
Thanks for the job on fastlane, it is really nice to use. I have a question about it.
I have a lane that is working well :
My question is about the createNewRevisionFile (which is working on its own)
What I want to do is :
How can I get the return value of a gradle task in fastlane ?
The text was updated successfully, but these errors were encountered: