From 96aad42f643ca51eaf789874895072ff03250b76 Mon Sep 17 00:00:00 2001 From: Christoph Hasse Date: Fri, 1 Oct 2021 10:09:02 +0200 Subject: [PATCH] RefBot going live! --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b89b82e1..1d8cf18be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,3 +32,7 @@ check-formatting: - apply-formatting.patch when: on_failure expire_in: 1 week + +include: + - project: 'lhcb-rta/reference-update-bot' + file: 'templates/ref-bot-ci-trigger-template.yml' -- GitLab