Update .gitlab-ci.yml file

This commit is contained in:
2025-12-23 11:22:09 +01:00
parent ac68b5be6f
commit 1b50b3337c

View File

@@ -8,7 +8,6 @@ variables:
GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes" GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes"
notify_start: notify_start:
stage: notify_start # Should be in a later stage than the job that might fail stage: notify_start # Should be in a later stage than the job that might fail
when: on_failure # <-- This is the key keyword
script: script:
- column=':' - column=':'
- echo "${flow_id}" - echo "${flow_id}"