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

fix: add missing c switch to sh

parent b64b5a28
No related branches found
No related tags found
No related merge requests found
......@@ -155,5 +155,5 @@ send-release-notes-to-group:
- mudslide_cache
script:
- mkdir -p mudslide_cache
- sh -i "mudslide login"
- sh -ic "mudslide login"
- 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