Skip to content
Snippets Groups Projects
Commit 7729b6ab authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: ignore login failure from mudslide bug

parent 2cacdecb
Branches
No related tags found
No related merge requests found
......@@ -155,5 +155,6 @@ send-release-notes-to-group:
- mudslide_cache
script:
- mkdir -p mudslide_cache
- sh -ic "mudslide login"
# || true is necessary because it fails on non-tty, logging in still works though
- mudslide login || true
- mudslide send $WHATSAPP_RELEASE_NOTIFY_RECIPIENT "$(cat RELEASE_NOTES.md)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment