From 2d1346aec2c44bb3828b8e57181667c906f9a9c6 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 23 Jul 2019 23:49:13 +0300 Subject: [PATCH] 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. --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 79bf306f2..26a157aef 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: