Skip to content

Instantly share code, notes, and snippets.

@Osein
Created July 1, 2019 05:11
Show Gist options
  • Save Osein/ec0d02fe6ba037e86a0fad9fd10061ed to your computer and use it in GitHub Desktop.
Save Osein/ec0d02fe6ba037e86a0fad9fd10061ed to your computer and use it in GitHub Desktop.
stage('Deploy to beta') {
when {
expression {
return env.shouldBuild != "false"
}
}
steps {
sh "fastlane callCrashlytics"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment