Add the stage report, remove schedules from test stage, add bot:package_update_notification to report stage

This commit is contained in:
flow.gunso
2020-03-13 21:31:22 +01:00
parent 9483b81767
commit cdd6d82a45

View File

@@ -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