Last active
March 5, 2019 17:10
-
-
Save TomGranot/cdc15a9de1c2df3073466cfba1bed1f5 to your computer and use it in GitHub Desktop.
Config.yml part 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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