CI: let build task will depend on 'docker builder'

However this setup should be tested if working on non-master branch
since docker builder is disabled on them.
This commit is contained in:
Leonid Pliushch 2019-07-23 23:49:13 +03:00
parent b97a70a2b0
commit 2d1346aec2
1 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,9 @@ task:
# 2 hours is a maximal timeout available for free use.
timeout_in: 120m
depends_in:
- Update docker image
environment:
matrix:
TERMUX_ARCH: aarch64
@ -54,7 +57,6 @@ task:
timeout_in: 60m
depends_on:
- Update docker image
- Build
environment: