From d23b457a8af23cb01eb596b6aff536e08a3c6dc7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 25 Apr 2021 00:46:58 +0300 Subject: [PATCH] Notify me on CI failure. Because there are scheduled CI runs. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef88374..7712c92 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