• Yorick Peterse's avatar
    Set proper exit status when Merge Trains fail · 43a67622
    Yorick Peterse authored
    When triggering a merge train for stable branches, Curl would exit with
    a status of 0 in the event of a failure (e.g. a wrong token being used).
    By using the -f flag, we tell Curl to exit with a non-zero exit code
    instead. This in turn will result in build failures, making it more
    obvious to the Delivery team that something is wrong.
    43a67622
sync-stable-branch.sh 1.61 KB