Commit e7505c60 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

fix

parent 2c528123
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stages:
    curl \
      -X POST \
      -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
  cache: []
  dependencies: []