Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ruby_dependencies: &ruby_dependencies
  2. run:
  3. name: Download Ruby Dependencies
  4. command: bundle check || bundle install --path vendor/bundle
  5. android_dependencies: &android_dependencies
  6. run:
  7. name: Download Android Dependencies
  8. command: ./gradlew androidDependencies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement