Skip to content
Snippets Groups Projects
Commit 2d5a1c95 authored by s3krit's avatar s3krit Committed by ddorgan
Browse files

allow release alerts to fail (#725)

parent 5cb929a1
No related merge requests found
......@@ -119,6 +119,8 @@ alert-pending-release:
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1
script:
- ./scripts/gitlab/alert_pending_release.sh
interruptible: true
allow_failure: true
test-linux-stable: &test
stage: test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment