Add first draft of the package update notification

This commit is contained in:
flow.gunso
2020-03-13 19:59:15 +01:00
parent be076f9a89
commit 9f7ab04cda
3 changed files with 87 additions and 0 deletions

View File

@@ -55,3 +55,14 @@ description_templater:
artifacts:
paths:
- "*.description"
bot:package_update_notification:
image: alpine:latest
script: bash -e .utilities/package_update_notifier.sh
only:
- schedules
# see https://docs.gitlab.com/ce/ci/yaml/README.html#onlyexcept-advanced for feature updates
# refs:
# - schedules
# variables:
# - $SCHEDULE_ID == $PACKAGE_UPDATE_NOTIFICATION_SCHEDULE_ID