Skip to content

Instantly share code, notes, and snippets.

@chan-bo
Created March 18, 2019 06:41
Show Gist options
  • Save chan-bo/b9a62bb92b899b8a989c8bd21f6bd8fe to your computer and use it in GitHub Desktop.
Save chan-bo/b9a62bb92b899b8a989c8bd21f6bd8fe to your computer and use it in GitHub Desktop.
ruby_dependencies: &ruby_dependencies
run:
name: Download Ruby Dependencies
command: bundle check || bundle install --path vendor/bundle
android_dependencies: &android_dependencies
run:
name: Download Android Dependencies
command: ./gradlew androidDependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment