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:
parent
b97a70a2b0
commit
2d1346aec2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user