Skip to content
notify.yml 244 B
Newer Older
nimrod's avatar
nimrod committed
---
notify on failure:
  stage: .post
nimrod's avatar
nimrod committed
  when: on_failure
nimrod's avatar
nimrod committed
  image: registry.hub.docker.com/curlimages/curl:7.76.1
  script:
    - >-
      curl https://notify.shore.co.il/send -d
      "Pipeline $CI_PIPELINE_ID of $CI_PROJECT_TITLE has failed."