Add the stage report, remove schedules from test stage, add bot:package_update_notification to report stage
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
|||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- report
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
- publish
|
- publish
|
||||||
@@ -27,7 +28,6 @@ test:
|
|||||||
script: /bin/bash -e .utilities/test.sh
|
script: /bin/bash -e .utilities/test.sh
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "$CI_PROJECT_NAME.tar"
|
- "$CI_PROJECT_NAME.tar"
|
||||||
@@ -58,7 +58,7 @@ description_templater:
|
|||||||
- "*.description"
|
- "*.description"
|
||||||
|
|
||||||
bot:package_update_notification:
|
bot:package_update_notification:
|
||||||
image: alpine:latest
|
stage: report
|
||||||
script: bash -e .utilities/package_update_notifier.sh
|
script: bash -e .utilities/package_update_notifier.sh
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
|||||||
Reference in New Issue
Block a user