Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
allow release alerts to fail (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit authored and ddorgan committed Jan 6, 2020
1 parent f1d0678 commit 9655ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9655ba4

Please sign in to comment.