Skip to content
Snippets Groups Projects
Commit e7505c60 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

fix

parent 2c528123
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ stages: ...@@ -19,7 +19,7 @@ stages:
curl \ curl \
-X POST \ -X POST \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{\"chat_id\": \"${TELEGRAM_RECEPIENT}\", \"text\": \"CI: <a href=\"${CI_PROJECT_URL}\"><b>${CI_PROJECT_TITLE}</b></a> pipeline run <a href=\"${CI_PIPELINE_URL}\"><b>${NOTIFICATION_TYPE}</b></a>\"}" \ -d "{\"chat_id\": \"${TELEGRAM_RECEPIENT}\", \"text\": \"CI: <a href="${CI_PROJECT_URL}"><b>${CI_PROJECT_TITLE}</b></a> pipeline run <a href="${CI_PIPELINE_URL}"><b>${NOTIFICATION_TYPE}</b></a>\"}" \
https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage
cache: [] cache: []
dependencies: [] dependencies: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment