Skip to content

Instantly share code, notes, and snippets.

@TomGranot
Last active March 5, 2019 17:10
Show Gist options
  • Select an option

  • Save TomGranot/cdc15a9de1c2df3073466cfba1bed1f5 to your computer and use it in GitHub Desktop.

Select an option

Save TomGranot/cdc15a9de1c2df3073466cfba1bed1f5 to your computer and use it in GitHub Desktop.
Config.yml part 2
steps:
- run:
name: Wait 900 Seconds (15 minutes) for other commits (cherry-picking)
command: sleep 900
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
# - run:
# name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.
# command: sudo chmod +x ./gradlew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment