aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-12-18 10:36:11 +0100
committerLoïc Hoguin <[email protected]>2023-12-18 10:36:11 +0100
commit947f91dfab2d036f5b873d076933dc6531c075d6 (patch)
tree4274ba3152103c05e7b1a17e265f242ac7bfbc43 /early-plugins.mk
parentf851270b4b88e8a3af682da9558ad1742a01fed4 (diff)
downloadci.erlang.mk-947f91dfab2d036f5b873d076933dc6531c075d6.tar.gz
ci.erlang.mk-947f91dfab2d036f5b873d076933dc6531c075d6.tar.bz2
ci.erlang.mk-947f91dfab2d036f5b873d076933dc6531c075d6.zip
Rework how we delete the master build in CI
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 96b36d4..c8a9457 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -141,7 +141,10 @@ endif
endif
ifdef AUTO_CI_MASTER_MINS
-ci:: $(KERL)
+ci::
+ $(verbose) $(MAKE) --no-print-directory ci-auto-master
+
+ci-auto-master: $(KERL)
ifneq ($(wildcard $(KERL_INSTALL_DIR)/master),)
$(verbose) if find $(KERL_INSTALL_DIR)/master/activate \
-mmin +$(AUTO_CI_MASTER_MINS) | grep -q master; then \