From a130f77251159708f73df6bd7f3e5913e152329c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 25 Apr 2021 00:48:37 +0300 Subject: [PATCH] Notify me on CI failures. Because there are now scheduled CI runs. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d77cec..b4c05b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ include: file: templates/pre-commit.yml - project: shore/ci-templates file: templates/docker.yml + - project: shore/ci-templates + file: templates/notify.yml stages: - test -- GitLab