Skip to content
Snippets Groups Projects

feat: add whatsapp ping stage

Closed Philipp Pospischil requested to merge docs/fix-markdown into main
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -107,4 +107,9 @@ create-gitlab-release:
links:
- name: "$RELEASE_ZIP"
url: '$RELEASE_ZIP_DOWNLOAD_URL'
\ No newline at end of file
whatsapp-ping:
stage: notify
script:
- mudslide --cache .build-cache login || exit_code=$?
- mudslide --cache .build-cache send me "Good news, you are still logged into CI!"
\ No newline at end of file
Loading