Skip to content
Snippets Groups Projects
Verified Commit 4e1cfa1e authored by Wiktor Kwapisiewicz's avatar Wiktor Kwapisiewicz
Browse files

chore: Create an issue when a daily rebuild fails

This has been [suggested by @klausenbusk][0].

[0]: #20 (comment 201743)

Fixes: #20


Signed-off-by: default avatarWiktor Kwapisiewicz <wiktor@metacode.biz>
parent 7a8c8568
No related branches found
No related tags found
1 merge request!47chore: Create an issue when a daily rebuild fails
......@@ -5,6 +5,7 @@ stages:
- check
- test
- publish
- report
check-commits:
before_script:
......@@ -78,3 +79,11 @@ crates_publish:
stage: publish
tags:
- secure
issue-bot:
stage: report
image: registry.gitlab.com/gitlab-org/distribution/issue-bot:latest
script: /issue-bot
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
when: on_failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment