Skip to content

Instantly share code, notes, and snippets.

@mkuliszkiewicz
Created April 16, 2015 17:28
Show Gist options
  • Save mkuliszkiewicz/1b2e985ff55f1e3e1d48 to your computer and use it in GitHub Desktop.
Save mkuliszkiewicz/1b2e985ff55f1e3e1d48 to your computer and use it in GitHub Desktop.
Bot lane
lane :bot do
crashlytics({
crashlytics_path: '<path to crashlytics framework>',
api_token: '<key>',
build_secret: '<secret>',
ipa_path: ENV['IPA_PATH'],
groups: '<groups>',
notifications: false
})
snapshot
frameit
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment