From cdd6d82a45758abd6b91d7007579aa6e709f2eaa Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Fri, 13 Mar 2020 21:31:22 +0100 Subject: [PATCH] Add the stage report, remove schedules from test stage, add bot:package_update_notification to report stage --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8edfa67..01520a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ services: - docker:dind stages: + - report - build - test - publish @@ -27,7 +28,6 @@ test: script: /bin/bash -e .utilities/test.sh only: - tags - - schedules artifacts: paths: - "$CI_PROJECT_NAME.tar" @@ -58,7 +58,7 @@ description_templater: - "*.description" bot:package_update_notification: - image: alpine:latest + stage: report script: bash -e .utilities/package_update_notifier.sh only: - schedules