attempt n666

dev
Dmitry Titov 3 years ago
parent f842cecd9f
commit 3a0ce0f150

@ -86,6 +86,15 @@ pylint:
expire_in: 7 days
allow_failure: false
pass:
stage: .pre
tags:
- deploy-remote
script:
- echo "Hello"
only:
- merge_requests
notify success:
stage: .post
script: curl -X POST "https://api.telegram.org/bot$BOT_TOKEN/sendMessage" -d "chat_id=-1001855628208&reply_to_message_id=98&parse_mode=markdown&text=*[$CI_PROJECT_NAME]* updated with [MR $CI_MERGE_REQUEST_TITLE]($CI_MERGE_REQUEST_PROJECT_URL/-/merge_requests/$CI_MERGE_REQUEST_IID) by $GITLAB_USER_NAME"

Loading…
Cancel
Save