add empty pipe pass

dev
Dmitry Titov 3 years ago
parent fd9528e99e
commit 1d6ce7e68a

@ -83,6 +83,14 @@ pylint:
expire_in: 7 days
allow_failure: false
pass:
stage: .pre
script: echo "Hello"
only:
refs:
- 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