Bigger timeout for release job (#693)

* Bigger timeout for release job

* Trying to pacify muzzle
This commit is contained in:
Nikita Salnikov-Tarnovski 2020-07-15 07:18:22 +03:00 committed by GitHub
parent 043d8ab836
commit 2bcd35a251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -167,7 +167,9 @@ jobs:
- restore_cache:
<<: *cache_keys
- run: ./gradlew -Prelease.useLastTag=true final
- run:
command: ./gradlew -Prelease.useLastTag=true final
no_output_timeout: 6h
patch_release:
<<: *defaults